Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Wait for Script Result action is the most generic "Wait For..." action. After each polling interval, the script event "OnPollWaitCondition" is executed. Set the parameter "KeepWaiting" to false to stop waiting.

Wait Options

Wait options

Enable timeout

Polling interval

On timeout

In this example the FinalBuilder variable MyCounter is incremented by 2 and then evaluated to see if the value is greater or equal to 10. If the value is less than 10 then the action will poll again after the specified period (set via the Wait Options tab of the action).

...