clearTimeout(id: Number);
id. ID of the timer to be deleted.
The clearTimeout method deletes timer by its ID.
The example of use is given in the with description of the PP.setTimeout method.
See also:
PP