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