- Name
-
ResumeTimer -- resume a paused timer
- Synopsis
-
ResumeTimer(id)
- Function
-
This function resumes the timer specified by
id. The timer must
be in pause mode (set by PauseTimer()). If ResumeTimer() was
successful, the timer resumes counting the time.
- Inputs
-
- id
- identifier of the timer to resume
- Example
-
none
Show TOC