Static function
Fast
Timer.ClearInterval
Stops the execution of the function specified in SetInterval()
Syntax
Timer.ClearInterval(interval_id)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
interval_id
|
integer | — | The ID value returned by SetInterval() is used as the parameter for this method |