clearImmediate method
Cancels a function request created with setImmediate.
![]() |
Syntax
var retval = window.clearImmediate(handle);Parameters
- handle [in]
-
Type: Integer
A handle to an immediate callback request, which is the value returned by setImmediate.
Return value
Type: HRESULT
This method can return one of these values.
- S_OK
Standards information
Remarks
See also
Show:
