no message
This commit is contained in:
@@ -83,7 +83,8 @@ public:
|
||||
break;
|
||||
case Execution:
|
||||
if (task->getState()==WorkspaceReady){
|
||||
activeCount++;
|
||||
activeCount++;
|
||||
task->start_time=Utils::getAbsoluteTime();
|
||||
task->Start();
|
||||
}else if (task->getState()==Running){
|
||||
activeCount++;
|
||||
|
||||
Reference in New Issue
Block a user