Properties
The tasks to perform concurrently.
Indicates whether or not the concurrent tasks are racing against each other, with a single possible winner, which sets the composite task’s output.
- If set to
false, the task returns an array that includes the outputs from each branch, preserving the order in which the branches are declared - If set to
true, the task returns only the output of the winning branch