-
Notifications
You must be signed in to change notification settings - Fork 2
Actions Wait
thica edited this page Jan 10, 2020
·
6 revisions
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 |
<action name="wait some time" string="wait" time="500" />