Delay
The Delay function pauses script execution for the specified number of seconds.
Delay
iSec
Parameters
-
iSec
-
Specifies the number of seconds to delay.
Remarks
Use this function for safe, processor time saving delay of script execution.
It can be useful when your script works with OLE automation objects
which are run asynchronously with the main script.