промежуточный. встраиваю тестирование сапфор в существующий планировщик. пока есть баги.

This commit is contained in:
2023-10-13 02:06:46 +03:00
parent c69202d72c
commit 81d6330660
6 changed files with 74 additions and 91 deletions

View File

@@ -175,7 +175,8 @@ public class TasksDatabase extends SQLiteDatabase {
}
if (first_active != null) return first_active;
if (first_queued != null) {
first_queued.state = TasksPackageState.TestsSynchronize;
// first_queued.state = TasksPackageState.TestsSynchronize; // ? vj
first_queued.state = TasksPackageState.RunningPreparation;
try {
Update(first_queued);
} catch (Exception ex) {