MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / clearTimeout

Function clearTimeout

src/scripting/api/Utils/Utils.ts:145–147  ·  view source on GitHub ↗
(tid:number)

Source from the content-addressed store, hash-verified

143 * @param {number} tid - timeout id, returned by timer
144 */
145 export function clearTimeout(tid:number):void {
146 Runtime.getTimer().clearTimeout(tid);
147 }
148
149 /**
150 * Clears an interval timer. If we are in timers mode then do nothing

Callers 2

Unpacker.jsFile · 0.85
bindFunction · 0.85

Calls 1

clearTimeoutMethod · 0.80

Tested by

no test coverage detected