RemoveTimer

RemoveTimer — cancels a timer.

Syntax

RemoveTimer(tid)
    

Arguments

tid

A timer ID number, as assigned by TimerAt, TimerAfter, or TimerEvery.

Returns

The ._TimerIDs list with the tid removed.

Description

This method cancels the timer corresponding to tid, and removes that timer ID number from the ._TimerIDs list.