/AWS1/CL_CFSEVALUATIONSTATUS¶
Returns status details of an evaluation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/CFSRESOURCEEVALSTATUS /AWS1/CFSRESOURCEEVALSTATUS¶
The status of an execution. The valid values are In_Progress, Succeeded or Failed.
Optional arguments:¶
iv_failurereason TYPE /AWS1/CFSSTRWITHCHARLIMIT1024 /AWS1/CFSSTRWITHCHARLIMIT1024¶
An explanation for failed execution status.
Queryable Attributes¶
Status¶
The status of an execution. The valid values are In_Progress, Succeeded or Failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
FailureReason¶
An explanation for failed execution status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |