/AWS1/CL_BCEEXECUTIONSTATUS¶
The status of the execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statuscode TYPE /AWS1/BCEEXECUTIONSTATUSCODE /AWS1/BCEEXECUTIONSTATUSCODE¶
The code for the status of the execution.
iv_statusreason TYPE /AWS1/BCEEXECUTIONSTATUSREASON /AWS1/BCEEXECUTIONSTATUSREASON¶
The reason for the failed status.
iv_createdat TYPE /AWS1/BCETIMESTAMP /AWS1/BCETIMESTAMP¶
The time when the execution was created.
iv_completedat TYPE /AWS1/BCETIMESTAMP /AWS1/BCETIMESTAMP¶
The time when the execution was completed.
iv_lastupdatedat TYPE /AWS1/BCETIMESTAMP /AWS1/BCETIMESTAMP¶
The time when the execution was last updated.
Queryable Attributes¶
StatusCode¶
The code for the status of the execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
StatusReason¶
The reason for the failed status.
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 |
CreatedAt¶
The time when the execution was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
CompletedAt¶
The time when the execution was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDAT() |
Getter for COMPLETEDAT, with configurable default |
ASK_COMPLETEDAT() |
Getter for COMPLETEDAT w/ exceptions if field has no value |
HAS_COMPLETEDAT() |
Determine if COMPLETEDAT has a value |
LastUpdatedAt¶
The time when the execution was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |