Skip to content

Actions Wait

thica edited this page Mar 22, 2019 · 6 revisions

wait

Waits for a specific time. Helpful for synchronizing remote commands. This is a blocking action. The wait time has to be passed in milliseconds You also could use a short form, where the wait time is added directly to the string. eg. string="wait 500"

Attribute Description
string wait
time Wait time in milliseconds
A short example:
```xml <action name="wait some time" string="wait" time="500"></action> ```
Clone this wiki locally