/AWS1/CL_IOSCANCELPLINEXECRSP¶
Response structure for CancelPipelineExecution operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_state TYPE /AWS1/IOSPIPELINEEXECSTATE /AWS1/IOSPIPELINEEXECSTATE¶
The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.
Queryable Attributes¶
state¶
The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.
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 |