Description
- Toggles the running of the specified timer or timers.
Syntax
- Timer.StartStop(timers)
Parameters
- timers
- (string) the timers to stop, as a single string with no spaces between each timer listed
Examples
- Timer.StartStop("a")
- Starts timer a if it is stopped, else stops it.
- Timer.StartStop("dgk")
- Starts the three timers d, g & k, if they are stopped, else stops them.