/AWS1/CL_ATHSTRTCALCULATIONE01¶
StartCalculationExecutionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_calculationexecutionid TYPE /AWS1/ATHCALCULATIONEXECID /AWS1/ATHCALCULATIONEXECID¶
The calculation execution UUID.
iv_state TYPE /AWS1/ATHCALCULATIONEXECSTATE /AWS1/ATHCALCULATIONEXECSTATE¶
CREATING- The calculation is in the process of being created.
CREATED- The calculation has been created and is ready to run.
QUEUED- The calculation has been queued for processing.
RUNNING- The calculation is running.
CANCELING- A request to cancel the calculation has been received and the system is working to stop it.
CANCELED- The calculation is no longer running as the result of a cancel request.
COMPLETED- The calculation has completed without error.
FAILED- The calculation failed and is no longer running.
Queryable Attributes¶
CalculationExecutionId¶
The calculation execution UUID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATIONEXECUTIONID() |
Getter for CALCULATIONEXECUTIONID, with configurable default |
ASK_CALCULATIONEXECUTIONID() |
Getter for CALCULATIONEXECUTIONID w/ exceptions if field has |
HAS_CALCULATIONEXECUTIONID() |
Determine if CALCULATIONEXECUTIONID has a value |
State¶
CREATING- The calculation is in the process of being created.
CREATED- The calculation has been created and is ready to run.
QUEUED- The calculation has been queued for processing.
RUNNING- The calculation is running.
CANCELING- A request to cancel the calculation has been received and the system is working to stop it.
CANCELED- The calculation is no longer running as the result of a cancel request.
COMPLETED- The calculation has completed without error.
FAILED- The calculation failed and is no longer running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |