no message

This commit is contained in:
2024-04-21 23:23:57 +03:00
parent d7b559fd21
commit 5f7b600c6d
8 changed files with 143 additions and 501 deletions

View File

@@ -0,0 +1,6 @@
package TestingSystem.Common.MachineProcess;
public enum MachineProcessState {
Inactive,
Active,
Aborted
}