Timer Resume
Resume a paused Timer.
Parameters
| Parameter | Description |
|---|---|
| Timer | The Timer variable to resume. |
What It Does
- Resumes the timer if it is currently paused.
- Continues from the remaining time it had when paused.
- Does nothing if the timer is missing, not paused, or already done.