Name
ClearInterval -- remove an interval function (V2.0)
Synopsis
ClearInterval(id)
Function
This function aborts the calling of the interval function specified by id. See SetInterval for everything you need to know about intervals.

Inputs
id
identifier of the interval function to cancel
Example
See SetInterval


Show TOC