Task To Run

The calling monitor task or loop task will wait for called task to complete before continuing on.
If you want to use the task in a Task Sequence, and do not need the Task To Run feature, select 'none'.
You can select multiple tasks to run in sequence or simultaneously.
To run tasks in sequence, use taskTitle1|taskTitle2|taskTitle3.
To run tasks simultaneously, use taskTitle1&taskTitle2&taskTitle3.
If you do not want to wait for running task to complete, use /nowait after the task title.
example: if task title = test , use: test/nowait