NSActivationState Enum

Definition

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

Applies to