- Name
-
StopTimer -- stop a timer
- Synopsis
-
StopTimer(id)
- Library
-
time
- Function
-
This function stops the timer specified by
id. If you stop
a timer it will be completely removed from the system, therefore
you cannot resume it. If you want to pause a timer, please
use PauseTimer() instead.
- Inputs
-
- id
- identifier of the timer that shall be stopped
- Example
-
See StartTimer
Show TOC