9.112 GET_TASK_DETAILS
Retrieves a list of all the objects that have been worked on or modified under the specified task.
This is a Specialized Built-In Function for use in a Development Environment only.
Arguments
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | A | Req | Task Identifier NB. Value must be right justified. | 1 | 8 | ||
2 | A | Opt | Object Type | 2 | 2 | ||
3 | A | Opt | Object Name | 1 | 10 | ||
4 | A | Opt | Object Extension NB. Object Type, Name, Extension would typically only be used to continue loading the list after a previous return code of OV. | 1 | 10 |
Return Values
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | L | Req | Working list containing objects modified by the input task. The list must contain no more than 32,767 entries and with details in the following format: From - To Description 1 - 2 Object Type 3 - 12 Object Name 13 - 22 Object Extension 23 - 72 Object Description 73 - 87 PC Name | 22 | 87 | ||
2 | A | Req | The last Object Type in the returned list. | 2 | 2 | ||
3 | A | Req | The last Object Name in the returned list. | 1 | 10 | ||
4 | A | Req | The last Object Extension in the returned list. | 1 | 10 | ||
5 | A | Req | Return Code OK = list returned partially or completely filled with task details. No more Tasks Details exist beyond those returned in the list. OV = list returned completely filled, but more Task Details than could fit in the list still exist. NR = list was returned empty. Last Object Type, Name and Extension in list returned as blanks. ER = ended in error. | 2 | 2 |