промежуточный. прописал для планировщиков общий класс-предок

This commit is contained in:
2023-12-14 02:30:56 +03:00
parent 749c0397e6
commit c07b72eb5d
18 changed files with 669 additions and 4416 deletions

View File

@@ -145,7 +145,7 @@ public class AddTasksToDVMPackage extends Pass_2021<DVMPackage> {
return UI.Question("Будет добавлено " + tasks_count + " задач. Продолжить");
}
//
return true;
return false;
}
@Override
protected void body() throws Exception {