PauseTimer

Pause one of the 10 countdown timers

Syntax: PauseTimer(timer=0)

  • timer available timer <0...9>

Notes: Timer remains paused until ResumeTimer() or SetTimer() is called.

Example:

  • PauseTimer(), pause timer 0

  • PauseTimer(2), pause timer 2

See also: SetTimer, ResumeTimer

Last updated

Was this helpful?