SLEEP |
Top Previous Next |
The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:
Syntax - Sleep <number of seconds> Where: <number of seconds> is the length of time the suspension of the script will last.
Description: When this command is used the script will wait to process the next command until the time, specified by <number of seconds>, has passed. This can be used to slow the processing of a script or to add a delay at a particular point in the script. Typically, SLEEP statements intended for preventing the script from processing faster than the screen changes are not needed in EMUE.
Sample: The following statement uses the Sleep command to wait 60 seconds (one minute) before continuing to the next command. Sleep 60
See Also:
|