Pauses the program for the specified number of milliseconds.
Note: The user of this Built-In Function is responsible for any impact it has on any application. No warranty of any kind is expressed or implied. Refer to full Disclaimer.
Function No: |
986 |
DLL Required: |
U_BIF986.DLL |
For use with
|
Arguments
|
Return Values
|
Technical Notes
On Linux the time to wait is converted from milliseconds to seconds.
Example
To sleep in 5 seconds, use this command:
USE BUILTIN(OV_SLEEP) WITH_ARGS(5000)