fixed logic flow bug in Task execution, cleaned up exceptions, improved exception verbosity, and added a logic tree for task execution flow

master
Phanes 2017-12-04 23:29:07 -05:00
parent 14d526d95c
commit 109d227166
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ bool Task::has_definition()
void Task::execute( bool verbose )
{
// DUFFING - If Examplar is broken it's probably going to be in this block.
// Somebody come clean this up, eh?
// PREWORK
// throw if unit not coupled to all necessary values since Task is stateful (yes, stateful is okay)