daemon: Add an instantiation-complete CORE API event type.
Have CORE servers send an instantiation-complete event after a session has completed instantiating. Only enter the runtime state after instantiation-complete events have been received form all servers.
This commit is contained in:
parent
42b1771dcb
commit
d33147154c
3 changed files with 38 additions and 2 deletions
|
@ -286,6 +286,7 @@ event_types = dict(enumerate([
|
|||
"CORE_EVENT_FILE_SAVE",
|
||||
"CORE_EVENT_SCHEDULED",
|
||||
"CORE_EVENT_RECONFIGURE",
|
||||
"CORE_EVENT_INSTANTIATION_COMPLETE",
|
||||
]))
|
||||
|
||||
enumdict(event_types)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue