Timer Stop
Stop a Timer and clear its started state.
Parameters
| Parameter | Description |
|---|---|
| Timer | The Timer variable to stop. |
What It Does
- Stops the timer immediately.
- Clears its started, running, and paused state.
- Keeps the variable available so it can be started again later.
Notes
- In practice, Timer Stop and Timer Reset both clear the current timer state.
- Use the name that best matches your FSM intent.