Enum ActivationBehaviour
Represents a type of behaviour when this profile is activated
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum ActivationBehaviour
Fields
| Name | Description |
|---|---|
| DisableOthers | Disable all other profiles |
| DisableOthersAbove | Disable all other profiles above this one |
| DisableOthersAboveInCategory | Disable all other profiles above this one in the same category |
| DisableOthersBelow | Disable all other profiles below this one |
| DisableOthersBelowInCategory | Disable all other profiles below this one in the same category |
| DisableOthersInCategory | Disable all other profiles in the same category |
| None | Do nothing to other profiles |