clearImmediate
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Function Server and Client 
 
 
 ![]()
Online and Offline
Available since Server 1.0.0, Client 1.0.0
void clearImmediate(Timer timer)
The clearImmediate function is used to remove a timer which was planned to be invoked immediately.
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