Method of Form
New in package 166Description
Cancels repeated action which was set up using Form.setInterval.
Syntax
Form.clearInterval(intervalID)
Parameters
Parameter | Description |
---|---|
intervalID | Identifier of the repeated action you want to cancel. This ID is returned from Form.setInterval |
Example
Example 1: Counter will stop increasing after 6 seconds..