no message

This commit is contained in:
2024-09-17 14:10:26 +03:00
parent 96c9c27191
commit f55a3a6324
3 changed files with 6 additions and 6 deletions

View File

@@ -159,6 +159,10 @@ public class StartSelectedDVMConfigurations extends PublishServerObject<TestingS
tasks.addAll(createTasksCGT(configuration, group, test));
}
}
if (tasks_count==0){
Log.Writeln_("Задач не найдено.");
return false;
}
return UI.Question("Будет запущено " + tasks_count + " задач. Продолжить");
}
return false;