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