Actions Wait - thica/ORCA-Remote GitHub Wiki

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:
<action name="wait some time" string="wait" time="500" />
⚠️ **GitHub.com Fallback** ⚠️