Sleep (statement)
Syntax | Sleep milliseconds |
Description | Causes the script to pause for a specified number of milliseconds. |
Comments |
The milliseconds parameter is a
Long
in the following range:
|
Example |
This example displays a message for 2 seconds.
|