.
This commit is contained in:
10
xmlrpcserver/reqs/enumerations.py
Normal file
10
xmlrpcserver/reqs/enumerations.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class ReplicationPackageStatusEnum(Enum):
|
||||
CANCELLED = -4
|
||||
TIMEDOUT = -3
|
||||
ERROR = -2
|
||||
SENT_REQUEST_TO_CHILD = 1
|
||||
SENT_PACKAGE_TO_CHILD = 2
|
||||
COMPLETED = 3
|
||||
Reference in New Issue
Block a user