/AWS1/CL_IOSRESOURCESTATUS¶
Contains information about the current status of a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_error TYPE REF TO /AWS1/CL_IOSRESOURCEERROR /AWS1/CL_IOSRESOURCEERROR¶
Contains associated error information, if any.
iv_state TYPE /AWS1/IOSRESOURCESTATE /AWS1/IOSRESOURCESTATE¶
The current status of the resource.
Queryable Attributes¶
error¶
Contains associated error information, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
state¶
The current status of the resource.
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 |