The return state for this job depends on the return states of all the children - Complete if all the children complete, exception if there are any exceptions in the chilren, or not complete if any of the children fail to complete.
| Name | Description | Required |
|---|---|---|
| name | A name, can be any text. | No. |
Required: No, but pointless if missing.
The child jobs.
<parallel> <echo message="This runs in parallel,">/> <echo message="with this.">/> </parallel>