/AWS1/CL_DOAGOALSCHEDULE¶
Schedule configuration for goal evaluations
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_state TYPE /AWS1/DOASCHEDULERSTATE /AWS1/DOASCHEDULERSTATE¶
Whether the schedule is enabled or disabled
Optional arguments:¶
iv_expression TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Schedule expression (e.g., 'rate(7 days)')
Queryable Attributes¶
state¶
Whether the schedule is enabled or disabled
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 |
expression¶
Schedule expression (e.g., 'rate(7 days)')
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |