NodeActorStatus
Represents the current status of a NodeActor
Attributes
attribute
IDLE= 'idle'
attribute
INITIALIZING= 'initializing'
attribute
READY= 'ready'
attribute
EXECUTING= 'executing'
attribute
COMPLETED= 'completed'
attribute
SHUTDOWN= 'shutdown'
Last updated on