- Name
-
GetTimer -- get a timer's state
- Synopsis
-
time = GetTimer(id)
- Function
-
This function returns the timer's state, which is the time
that has passed since the timer was started with StartTimer().
The time is returned in milliseconds.
- Inputs
-
- id
- identifier of the timer to query for its state
- Results
-
- time
- number of milliseconds that have passed since the timer was
started (with respect to PauseTimer() and ResumeTimer())
- Example
-
See StartTimer
Show TOC