Enum ActivationBehaviour
Represents a type of behaviour when this profile is activated
public enum ActivationBehaviour
Fields
DisableOthers = 1Disable all other profiles
DisableOthersAbove = 3Disable all other profiles above this one
DisableOthersAboveInCategory = 6Disable all other profiles above this one in the same category
DisableOthersBelow = 2Disable all other profiles below this one
DisableOthersBelowInCategory = 5Disable all other profiles below this one in the same category
DisableOthersInCategory = 4Disable all other profiles in the same category
None = 0Do nothing to other profiles