/AWS1/CL_LMDWAITSTARTEDDETAILS¶
Details about a wait operation that has started.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_duration TYPE /AWS1/LMDDURATIONSECONDS /AWS1/LMDDURATIONSECONDS¶
The duration to wait, in seconds.
iv_scheduledendtimestamp TYPE /AWS1/LMDEXECUTIONTIMESTAMP /AWS1/LMDEXECUTIONTIMESTAMP¶
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Queryable Attributes¶
Duration¶
The duration to wait, in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
HAS_DURATION() |
Determine if DURATION has a value |
ScheduledEndTimestamp¶
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDENDTIMESTAMP() |
Getter for SCHEDULEDENDTIMESTAMP, with configurable default |
ASK_SCHEDULEDENDTIMESTAMP() |
Getter for SCHEDULEDENDTIMESTAMP w/ exceptions if field has |
HAS_SCHEDULEDENDTIMESTAMP() |
Determine if SCHEDULEDENDTIMESTAMP has a value |