PP.clearTimeout

Syntax

clearTimeout(id: Number);

Parameters

id. ID of the timer to be deleted.

Description

The clearTimeout method deletes timer by its ID.

Example

The example of use is given in the with description of the PP.setTimeout method.

See also:

PP