Class LSRState
source code
AEState.AEState --+
|
LSRState
Stateful information for all Tiers. These should be considered system wide global
settings.
Trap (bool): When set to False, Task.Tools.Error 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
|