The Sleep function pauses the program with a C++ while loop.
Please use this function with parsimony and small values.
Syntax
Global.Sleep(
Integer ms)
Integer ms)
Parameters
| ms | Duration of the pause. | Required |
|---|
Return value
The Sleep function has no return values.
Example
Sleep(500)