UVK scripting commands - <Sleep> |
This command allows to pause the script for a given number of seconds. The number of seconds must be specified in the same line, and after the <Sleep> keyword. Example:
<Comment>
The command below will pause the script for five seconds:
<Sleep>5
Back to the list