/AWS1/CL_EMSAUTOSTOPCONFIG¶
The configuration for an application to automatically stop after a certain amount of time being idle.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN¶
Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.
iv_idletimeoutminutes TYPE /AWS1/EMSINTEGER /AWS1/EMSINTEGER¶
The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.
Queryable Attributes¶
enabled¶
Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
idleTimeoutMinutes¶
The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDLETIMEOUTMINUTES() |
Getter for IDLETIMEOUTMINUTES, with configurable default |
ASK_IDLETIMEOUTMINUTES() |
Getter for IDLETIMEOUTMINUTES w/ exceptions if field has no |
HAS_IDLETIMEOUTMINUTES() |
Determine if IDLETIMEOUTMINUTES has a value |