NSActivationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum describes the state of a Notification Service application component.
public enum NSActivationState
type NSActivationState =
Public Enum NSActivationState
- Inheritance
-
NSActivationState
Fields
Disabled | 4 | The service or execution engine has processed the DisablePending state and is now disabled the component |
DisablePending | 3 | The service or execution engine has yet to process the state of being disabled |
Enabled | 2 | The service or execution engine has processed the EnablePending state and is now enabled the component |
EnablePending | 1 | The service or execution engine has yet to process the state of being enabled |