9 134 GET_TASK_LIST

LANSA Technical

9.134 GET_TASK_LIST

Þ Note: Built-In Function Rules.

Reads one of the LANSA internal tables.

Þ This is a Specialized Built-In Function for use in a Development Environment only.

For use with

LANSA for i

NO

Visual LANSA for Windows

YES

Visual LANSA for Linux

NO

 

 

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)

If no value specified all tasks are returned. This is the default.

3

3

 

 

 

 

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