Sleep Method
The Sleep method suspends script execution for a specified length of time, then continues execution.
Syntax
Sleep(time)
Parameters
time
Required. Integer value indicating the interval (in milliseconds) you want the script process to be inactive.
Return Values
This method does not return a value.