6 lines
63 B
Java
Raw Normal View History

2023-12-10 11:59:44 +04:00
public enum Status {
NotInit,
InProgress,
Finish
}