Class SUEState
source code
AccessEngine.AEState.AEState --+
|
SUEState
Stateful information for all AETiers.
These should be considered system wide global settings.
Trap (bool): When set to False,
AccessEngine.AccessEngineAPI.AEApiError will be raised but not presented
to the user. If True, errors will be raised and presented. Defaults to
True.
Stopping (bool): When set to False, only forceful stop commands will
be sent the the output device. Useful for debugging. Defaults to
True.
Gets the configurable settings with metadata describing them.
- Returns: AEState.Group
- Root group of all configurable settings
|