Wait for a specified amount of time.
The duration to wait, in ms.
u64
timeout = "3000"
Optional End the wait early if the specified condition is met, which will be checked every 500ms during the waiting process.
String
break_if = 'Exist("${Desktop}/Visual Studio Code.lnk")'
break_if
condition statementbreak_if
condition statementbreak_if
condition statementbreak_if
is configured