2025-07-01
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class MonitorStatus:
|
||||
IN_PROGRESS = "in_progress"
|
||||
OK = "ok"
|
||||
ERROR = "error"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
class MonitorStatus:
|
||||
IN_PROGRESS = "in_progress"
|
||||
OK = "ok"
|
||||
ERROR = "error"
|
||||