canceltimer
canceltimer |
Purpose
Cancel an active timer.
Synopsis
procedure canceltimer(tid:integer)
Argument
tid
|
A timer identifier
|
Further information
1. This procedure has no effect if it cannot find the requested timer. However it will delete from the event queue the event
EVENT_TIMER coresponding to a timer that is no longer active.
2. If the provided timer identifier
tid is negative or null all timers are cancelled.
Related topics
Module