Description
Waits until the Continue Condition is true or Timeout seconds elapse. (The Rule's Condition is ignored during this wait.)
Snippet
Wait Until(false, 0);
Properties
Returns: Void
Parameters: Continue Condition, Timeout
Continue Condition
Type: Boolean, Default: false
If this value becomes true, the wait concludes, and the next action in the action list begins executing.Timeout
Type: Integer, Default: 0
If this many seconds elapse, the wait concludes, and the next action in the action list begins executing.