Property automaticRunning
automaticRunning
Get and set automatic running state for this manager. When set to true the manager will call StartSubsystems() and StopSubsystems() APIs at appropriate times. When set to false, or when automaticLoading is false then it is up to the user of the manager to handle that same functionality.
Declaration
public bool automaticRunning { get; set; }
Property Value
Type | Description |
---|---|
bool |