|
Keyword |
<#Delay> |
|
Parameters |
Time interval for delay (in milliseconds) |
|
Action |
Make a delay |
|
Remarks |
This command usually is used to give the system some time to perform the previously asked action before performing the next script command (e.g. wait after <#start> command). |
Examples:
// wait 1 second
<#Delay>1000