Skip to content

WaitAll

When WaitAll is reached in your application’s process flow, it waits a specified period of time (or indefinitely) for all the specified Tasks to complete.


The tasks to wait for.

Click the editor icon to add a list of tasks.

If selected, wait until a specified timeout has elapsed.

If not selected, the wait will be indefinite.

Timeout in milliseconds. This is how long the process flow will wait before proceeding.

Only displayed when Use timeout is selected.


When Use timeout is selected, the Wait boolean variable becomes available. It indicates whether the Tasks completed or not.