фронтенд для отмены задач

This commit is contained in:
2025-02-21 18:59:02 +03:00
parent ca2a04b88e
commit a887b614c7
3 changed files with 51 additions and 26 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ namespace mROA.Implementation
public enum MessageType
{
Unknown, FinishedCommandExecution, ExceptionCommandExecution, AsyncCancelCommandExecution, CallRequest, IdAssigning
Unknown, FinishedCommandExecution, ExceptionCommandExecution, AsyncCancelCommandExecution, CallRequest, IdAssigning, CancelRequest
}
}