запись результатов в один файл json

This commit is contained in:
2023-09-30 22:30:41 +03:00
parent 75fab8f5e2
commit b6bd529fb1
6 changed files with 25 additions and 16 deletions

View File

@@ -44,8 +44,10 @@ public abstract class ThreadsPlanner {
} catch (Exception exception) {
Global.Log.PrintException(exception);
}
Global.Log.Print("Planner finished");
finalize();
finally {
Global.Log.Print("Planner finished");
finalize();
}
}
public void Interrupt() throws Exception {
}