Skip to content

/AWS1/CL_SWFPENDINGTASKCOUNT

Contains the count of tasks in a task list.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_COUNT TYPE /AWS1/SWFCOUNT /AWS1/SWFCOUNT

The number of tasks in the task list.

Optional arguments:

IV_TRUNCATED TYPE /AWS1/SWFTRUNCATED /AWS1/SWFTRUNCATED

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.


Queryable Attributes

count

The number of tasks in the task list.

Accessible with the following methods

Method Description
GET_COUNT() Getter for COUNT

truncated

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

Accessible with the following methods

Method Description
GET_TRUNCATED() Getter for TRUNCATED