Namespace: Timers:countermand

Timers:countermand

Source:

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

Source:
See:
Example
countermand(timer);
countermand(loop);