fixed logic flow bug in Task execution, cleaned up exceptions, improved exception verbosity, and added a logic tree for task execution flow
parent
14d526d95c
commit
109d227166
|
@ -176,6 +176,7 @@ bool Task::has_definition()
|
||||||
void Task::execute( bool verbose )
|
void Task::execute( bool verbose )
|
||||||
{
|
{
|
||||||
// DUFFING - If Examplar is broken it's probably going to be in this block.
|
// DUFFING - If Examplar is broken it's probably going to be in this block.
|
||||||
|
// Somebody come clean this up, eh?
|
||||||
|
|
||||||
// PREWORK
|
// PREWORK
|
||||||
// throw if unit not coupled to all necessary values since Task is stateful (yes, stateful is okay)
|
// throw if unit not coupled to all necessary values since Task is stateful (yes, stateful is okay)
|
||||||
|
|
Loading…
Reference in New Issue