Description
- Stops the specified timer or timers.
Syntax
- Timer.Stop(timers)
Parameters
- timers
- (string) the timers to stop, as a single string with no spaces between each timer listed
Examples
- Timer.Stop("a")
- Stops timer a.
- Timer.Stop("dgk")
- Stops the three timers d, g & k.