7 lines
64 B
Java
Raw Normal View History

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