Lingo Dictionary > T-Z > timeoutList |
![]() ![]() ![]() |
timeoutList
Syntax
the timeoutList
Description
System property; a linear list containing all currently active timeout objects. Use the forget()
function to delete a timeout object.
Timeout objects are added to the timeoutList
with the new()
funtion.
Example
This statement deletes the third timeout object from the timeout list:
the timeoutList[3].forget()
See also
forget()
, new()
, timeout()
, target
, timeoutHandler
![]() ![]() ![]() |