/AWS1/CL_DPLSTOPDEPLOYMENTOUT¶
Represents the output of a StopDeployment
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_status
TYPE /AWS1/DPLSTOPSTATUS
/AWS1/DPLSTOPSTATUS
¶
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
iv_statusmessage
TYPE /AWS1/DPLMESSAGE
/AWS1/DPLMESSAGE
¶
An accompanying status message.
Queryable Attributes¶
status¶
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
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 |
statusMessage¶
An accompanying status message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |