Enum AutoStartBehavior
Namespace: RealityCollective.ServiceFramework.Definitions.Utilities
This enumeration identifies different ways to handle the startup behavior for a feature.
public enum AutoStartBehavior
Fields
AutoStart = 0
Automatically start the feature.
ManualStart = 1
Delay the start of the feature until the user requests it to begin.