Wait
Last updated
Last updated
When Wait is reached in your application's process flow, it waits a specified period of time (or indefinitely) for a specified Task to complete.
The task to wait for.
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 completed or not.