Purpose
To include property information relevant to the task.
Format
/TASKDOCUMENTATION element[, element ...]
where
element | = | {TITLE text } {AUTHOR text } {COMPANY text } {COMMENTS text_or_nl[ , text_or_nl … ]} |
text_or_nl | = | {[nl_number] NEWLINE} |
{text } |
Arguments
text | A character string. You can specify the string in any valid format. For a summary of valid naming and formatting conventions for identifiers and constants, see Syntax reference in the Connect help. |
nl_number | The number of newlines to be inserted. The minimum value is 1. The default is 1. |
Location
The option may appear anywhere in the task definition.
Notes
The /TASKDOCUMENTATION option allows you to include the following task-specific property information: name of the task, task author, company to which the task is associated, comments.
To output any task-specific property information to the task execution log, refer to the /LOGOPTIONS option.