Declare tasks that this task follows.
Schedule this task to follow the specified tasks so that it will execute once any of the specified tasks has completed executing. This statement should occur once within a task - preferably at the start of the task definition. If multiple tasks declare that they follow the same task then they will all execute simultaneously unless other dependencies prevent them from doing so. Any number of tasks may be listed in the Follows statement.
- Parameters
-
task1 | The first task that this task follows. |
task2 | The second task that this task follows. |
taskN | The last task that this task follows. |
- Examples:
- ex_Follows.nxc.