Name
ClearTimeout -- remove a timeout function (V2.0)
Synopsis
ClearTimeout(id)
Function
This function stops the timeout specified by id. It is not necessary to stop timeout functions that have already been called. Hollywood will clear them automatically after it called them. See SetTimeout for everything you need to know about timeout functions.

Inputs
id
identifier of the timeout function to cancel
Example
See SetTimeout


Show TOC