Current execution state: Running
- Last UpdatedJul 20, 2024
- 1 minute read
The following table gives you an overview of how the state, timers, active step, and OnExit/OnEntry execution change depending on the execution state command you issue, when the current execution state is Running:
|
Current State: Running Current Timer: Running Calculated attributes quality set to BAD: none |
|||
|---|---|---|---|
|
Command |
Target state |
Target step |
Execute OnExit |
|
Stop |
State: Stopped |
current |
OnExit: NO |
|
Reset |
State: InitialCommand |
Initial step or first step |
OnExit: NO |
|
Advance |
State: Running (StoppedComplete if last step) |
Next step (or current if last step) |
OnExit: YES (if Step write on exit is true) |
|
SingleStep |
State: RunningSingleStep |
current |
OnExit: NO |
|
Hold |
State: Running -> RunningHeld |
Current or next step body |
OnExit: NO (YES if next step body) |
|
StepNumCmd/StepNameCmd |
State: Running |
StepNum/StepName |
OnExit: YES (if Jump write on exit is true) |