Если с первого раза не удалось проверить регистрацию, на панели обратной связи включается кнопка повторной проверки. И так до первой успешной, после кнопка исчезнет. Добавлена новая группа сообщений.

This commit is contained in:
2023-10-17 19:16:59 +03:00
parent 3ff937f9a2
commit cbaa99345b
10 changed files with 29 additions and 32 deletions

View File

@@ -214,10 +214,6 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
}
protected TestingPlanner testingPlanner = new TestingPlanner();
protected Thread testingThread = new Thread(() -> testingPlanner.Perform());
/*
protected ServerSapforTestingPlanner sapforTestingPlanner = new ServerSapforTestingPlanner();
protected Thread sapforTestingThread = new Thread(() -> sapforTestingPlanner.Perform());
*/
//------>>>
public static boolean checkTasks = false;
//--