no message

This commit is contained in:
2023-12-03 17:44:32 +03:00
parent 74df6ffa7d
commit 019977ac92
4 changed files with 23 additions and 10 deletions

View File

@@ -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++;