RemoveTimerRemoveTimer — cancels a timer.
RemoveTimer(tid)
tidA timer ID number, as assigned by TimerAt, TimerAfter, or TimerEvery.
The ._TimerIDs list with the tid
removed.
This method cancels the timer corresponding to tid, and
removes that timer ID number from the ._TimerIDs list.