added task state flag

This commit is contained in:
Chris Punches
2017-06-25 18:58:05 -04:00
parent 27969c3c27
commit 0bd455dd97
3 changed files with 25 additions and 1 deletions

View File

@@ -89,6 +89,9 @@ void Plan::get_task(Task & result, std::string provided_name, bool verbose)
}
/// Plan::load_definitions - Load the units corresponding to each task in plan from the given Suite.
///
/// \param unit_definitions - The Suite to load definitions from.
/// \param verbose - Whether to print verbose information to STDOUT.
void Plan::load_definitions( Suite unit_definitions, bool verbose )
{
// placeholder Unit