Skip to content

/AWS1/CL_WKRGETBOTSCOUNTRSP

GetBotsCountResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pending TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of bots with pending status (invited but not yet activated).

iv_active TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of bots with active status.

iv_total TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The total number of bots in the network (active and pending).


Queryable Attributes

pending

The number of bots with pending status (invited but not yet activated).

Accessible with the following methods

Method Description
GET_PENDING() Getter for PENDING, with configurable default
ASK_PENDING() Getter for PENDING w/ exceptions if field has no value
HAS_PENDING() Determine if PENDING has a value

active

The number of bots with active status.

Accessible with the following methods

Method Description
GET_ACTIVE() Getter for ACTIVE, with configurable default
ASK_ACTIVE() Getter for ACTIVE w/ exceptions if field has no value
HAS_ACTIVE() Determine if ACTIVE has a value

total

The total number of bots in the network (active and pending).

Accessible with the following methods

Method Description
GET_TOTAL() Getter for TOTAL, with configurable default
ASK_TOTAL() Getter for TOTAL w/ exceptions if field has no value
HAS_TOTAL() Determine if TOTAL has a value