/AWS1/CL_BTCSVCJOBATTEMPTDET¶
Detailed information about an attempt to run a service job.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_serviceresourceid
TYPE REF TO /AWS1/CL_BTCSERVICERESOURCEID
/AWS1/CL_BTCSERVICERESOURCEID
¶
The service resource identifier associated with the service job attempt.
iv_startedat
TYPE /AWS1/BTCLONG
/AWS1/BTCLONG
¶
The Unix timestamp (in milliseconds) for when the service job attempt was started.
iv_stoppedat
TYPE /AWS1/BTCLONG
/AWS1/BTCLONG
¶
The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
iv_statusreason
TYPE /AWS1/BTCSTRING
/AWS1/BTCSTRING
¶
A string that provides additional details for the current status of the service job attempt.
Queryable Attributes¶
serviceResourceId¶
The service resource identifier associated with the service job attempt.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICERESOURCEID() |
Getter for SERVICERESOURCEID |
startedAt¶
The Unix timestamp (in milliseconds) for when the service job attempt was started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
stoppedAt¶
The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STOPPEDAT() |
Getter for STOPPEDAT, with configurable default |
ASK_STOPPEDAT() |
Getter for STOPPEDAT w/ exceptions if field has no value |
HAS_STOPPEDAT() |
Determine if STOPPEDAT has a value |
statusReason¶
A string that provides additional details for the current status of the service job attempt.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SERVICEJOBATTEMPTDETAILS
¶
TYPES TT_SERVICEJOBATTEMPTDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCSVCJOBATTEMPTDET WITH DEFAULT KEY
.