Enumeration ActionEvent
Enumerator | Value | Description |
---|---|---|
UNSPECIFIED_ACTION_EVENT | 0 | Unspecified action event |
ACTION_END | 1 | Action execution end reached |
ACTION_ABORT | 2 | Action execution aborted |
ACTION_PAUSE | 3 | Action execution paused |
ACTION_START | 4 | Action execution started |
ACTION_PREPROCESS_START | 5 | Action pre-process started |
ACTION_PREPROCESS_ABORT | 6 | Action pre-process aborted |
ACTION_PREPROCESS_END | 7 | Action pre-process ended |
ACTION_POSTPROCESS_START | 8 | Action post-process started |
ACTION_POSTPROCESS_ABORT | 9 | Action post-process aborted |
ACTION_POSTPROCESS_END | 10 | Action post-process ended |
ACTION_FEEDBACK | 11 | Action feedback received |
Parent topic: Base (Python)