Enum ActionEvent

June 4, 2021 ยท View on GitHub

Overview / Purpose

Enumeration ActionEvent

EnumeratorValueDescription
UNSPECIFIED_ACTION_EVENT0Unspecified action event
ACTION_END1Action execution end reached
ACTION_ABORT2Action execution aborted
ACTION_PAUSE3Action execution paused
ACTION_START4Action execution started
ACTION_PREPROCESS_START5Action pre-process started
ACTION_PREPROCESS_ABORT6Action pre-process aborted
ACTION_PREPROCESS_END7Action pre-process ended
ACTION_POSTPROCESS_START8Action post-process started
ACTION_POSTPROCESS_ABORT9Action post-process aborted
ACTION_POSTPROCESS_END10Action post-process ended
ACTION_FEEDBACK11Action feedback received

Parent topic: Base (Python)