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.
Properties
Section titled “Properties”The tasks to wait for.
Click the editor icon to add a list of tasks.
Use timeout
Section titled “Use timeout”If selected, wait until a specified timeout has elapsed.
If not selected, the wait will be indefinite.
Timeout
Section titled “Timeout”Timeout in milliseconds. This is how long the process flow will wait before proceeding.
Only displayed when Use timeout is selected.
Definition
Section titled “Definition”When Use timeout is selected, the Wait boolean variable becomes available. It indicates whether the Tasks completed or not.