TaskInitiationType
How this task is initiated. How tasks in a project are initiated. The TaskProject also has a TaskInitationType property: if the individual task uses the default of "UseDefault" then the setting for the TaskProject will be used.
Value |
Meaning |
UseDefault |
Use the active setting for the TaskProject TaskInitiationType property (see theUseDefault description in that property's section). |
CommandLine |
Use this setting if part of the navigation to the screens in this project requires a combination of literals and positional parameters (a complex command) to initiate a task. |
InheritNavigation |
No assumed navigation should be performed at the start of this task. Any navigation needed to reach the first mandatory taskscreen will proceed from the active screen when the task is initiated.
This setting assumes that the task is part of a collection of tasks with separate tasks designed for selection of a particular context or entity on the target host, and others designed to work with the selected entity. |