Module TierManager :: Class LSRState
[hide private]
[frames] | no frames]

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.

Instance Methods [hide private]
 
init(self) source code
AEState.Group
getGroups(self)
Gets the configurable settings with metadata describing them.
source code
Method Details [hide private]

getGroups(self)

source code 

Gets the configurable settings with metadata describing them.

Returns: AEState.Group
Root group of all configurable settings