Timer Reset
Reset a Timer without removing the variable itself.
Parameters
| Parameter | Description |
|---|---|
| Timer | The Timer variable to reset. |
What It Does
- Clears the started, running, and paused state.
- Resets elapsed tracking back to the beginning.
- Leaves the
Timervariable in place so you can start it again later.
Notes
- After reset, the timer is no longer started.
- This is useful when you want to reuse the same timer variable in several states.