Current execution state: RunningSingleStep
- 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 RunningSingleStep:
|
Current State: RunningSingleStep Current Timer: Running Calculated attributes quality set to BAD: none |
|||
|---|---|---|---|
|
Command |
Target state |
Target step |
Execute OnExit |
|
Start |
State: Running |
Current |
OnExit: NO |
|
Stop |
State: Stopped |
Current |
OnExit:NO |
|
Reset |
State: InitialCommand |
Initial step or first step |
OnExit: NO |
|
Advance |
State: RunningSingleStep (StoppedComplete if last step) |
Next step (or current if last step) |
OnExit: YES (if Step write on exit is true) |
|
Hold |
State: Running -> RunningHeld |
Current or next step body |
OnExit: NO (YES, if next step body) |
|
StepNumCmd/StepNameCmd |
State: RunningSingleStep |
StepNum/StepName |
OnExit: YES (if Jump write on exit is true) |