mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-25 22:52:24 +03:00
new message type added
This commit is contained in:
parent
49ad8610ec
commit
0dc7d8f639
1 changed files with 1 additions and 0 deletions
|
@ -22,3 +22,4 @@ class MessageType(Enum):
|
||||||
UNREGISTER = 'UNREGISTER'
|
UNREGISTER = 'UNREGISTER'
|
||||||
TASK_STATUS = 'TASK_STATUS'
|
TASK_STATUS = 'TASK_STATUS'
|
||||||
RESPONSE_AGREEMENT = 'RESPONSE_AGREEMENT'
|
RESPONSE_AGREEMENT = 'RESPONSE_AGREEMENT'
|
||||||
|
UPDATE_SCHEDULED_TASK = 'UPDATE_SCHEDULED_TASK'
|
||||||
|
|
Loading…
Reference in a new issue