Back Previous Next


Linguist basic package - cancel

Syntax:

   cancel timers

Keyword handler:

   linguist.basic.keyword.BKCancel.class

Runtime handler(s):

   linguist.basic.handler.BHCancelTimers.class

Function:

Cancels all current timers, none of which will then fire. See also after, every and wait.

Example(s):

   cancel timers


Back Previous Next