WAITING: waiting for the trigger (passing the mode, entering the edge); INITIALIZING: Action was triggered, preparatory measures are initiated; RUNNING: The action is running; RETRIABLE: Actions that failed, but can be retried; PAUSED: paused by instantAction or external trigger; FINISHED: The action is finished; FAILED: action could not be performed.

Enumeration Members

Failed: "FAILED"
Finished: "FINISHED"
Initializing: "INITIALIZING"
Paused: "PAUSED"
Retriable: "RETRIABLE"
Running: "RUNNING"
Waiting: "WAITING"

Generated using TypeDoc