SLEEP
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
SLEEP
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
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.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5