SLEEP
Suspends the execution of an application for a specified period of time.
Syntax
SLEEP seconds
Parameters
seconds | A number, or an expression that evaluates to a number, representing the number of seconds to “sleep”. |
Comments
When the SLEEP command is encountered in a procedure, execution is suspended for the specified number of seconds. If seconds is negative, zero, or $Null, execution is not suspended.