The DefaultResults
parameter sets the default output to retrieve by the GetResults
action for the task.
Each task can generate several possible results files. Each output file receives a label that can be used to specify the file to retrieve in the GetResults
action. If no label is specified, the GetResults
action returns the output specified by the DefaultResults
configuration parameter.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | MyTask |
Example: | DefaultResults=Out
|
See Also: |
|