Timer Pause
Pause a running Timer.
Parameters
| Parameter | Description |
|---|---|
| Timer | The Timer variable to pause. |
What It Does
- Pauses the timer if it is currently running.
- Keeps the current remaining time so the timer can continue later.
- Does nothing if the timer is missing, already paused, or already done.