no message

This commit is contained in:
2023-11-03 02:33:19 +03:00
parent 2f53737c56
commit 6f61c835b5
3 changed files with 29 additions and 24 deletions

View File

@@ -17,13 +17,13 @@ public enum TaskState implements StatusEnum {
//-----------------------
Finished,
//--- результирующие
Done,
DoneWithErrors,
AbortedByTimeout,
AbortedByUser,
Crushed,
WrongTestFormat,
InternalError,
Done,
//--- сугубо кластерные.
Queued,
NoSuchTask,