Aracılığıyla paylaş


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

Name Value Description
EnablePending 1

The service or execution engine has yet to process the state of being enabled

Enabled 2

The service or execution engine has processed the EnablePending state and is now enabled the component

DisablePending 3

The service or execution engine has yet to process the state of being disabled

Disabled 4

The service or execution engine has processed the DisablePending state and is now disabled the component

Applies to