9.113 GET_TASK_LIST
Note: Built-In Function Rules Usage Options
Reads one of the LANSA internal tables.
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 | Task Status Values: OPN = Open (No Work done yet) WRK = Open (Work has been done) CLS = Closed (Work completed Objects still locked to the task) FIN = Finished (Objects no longer locked) ACT = Opn & WRK If no value specified all tasks are returned. This is the default. | 3 | 3 |
|
| 3 | A | Opt | Task User ID | 1 | 10 |
|
|
|
Return Values
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec | 1 | L | Req | Working list containing tasks. The list must contain no more than 32,767 entries and with entries in the following format: From - To Description 1 - 8 Task Identifier 9 - 58 Task Description | 58 | 58 |
|
| 2 | A | Req | The last Task Identifier in the returned list. | 1 | 8 |
|
| 3 | A | Req | Return Code OK = list returned partially or completely filled with tasks. No more Tasks exist beyond those returned in the list. OV = list returned completely filled, but more Tasks than could fit in the list still exist. NR = list was returned empty. Last Task Identifier in list returned as blanks. | 2 | 2 |
|
|
|