This commit is contained in:
2023-12-03 19:01:25 +03:00
parent 878123d76f
commit 4318d6756f
2 changed files with 75 additions and 66 deletions

View File

@@ -112,7 +112,6 @@ public:
case Execution:
if (task->getState() == WorkspaceReady) {
activeCount++;
task->start_time = Utils::getAbsoluteTime();
task->Start();
}
else if (task->getState() == Running) {