clearTimeout

Revision as of 15:32, 24 August 2019 by Mex (talk | contribs) (Mex moved page ClearTimeout to clearTimeout)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Server 1.0.0, Client 1.0.0

void clearTimeout(Timer timer)

The clearTimeout function is used to remove a timer which could have been invoked multiple times.

Parameters

1) Timer timer The timer to clear, the timer won't be called after it is cleared.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.

Related

Server Related

        clearImmediate
        clearInterval
        clearTimeout
        setImmediate
        setInterval
        setTimeout


Client Related

        clearImmediate
        clearInterval
        clearTimeout
        setImmediate
        setInterval
        setTimeout