Form.clearInterval

Method of Form

New in package 166

Description

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..

See also

Form.setInterval, Form.setTimeout, Form.clearTimeout

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.