Methods
countermand(timer, isIntervalopt, nullable)
Cancel a timer or loop immediately.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
timer |
Object | Number | the timer or loop to end |
||
isInterval |
Boolean |
<optional> <nullable> |
false | defines if a timer or a loop is to be stopped, set in case timer is a GUID |
Example
countermand(timer);
countermand(loop);