EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS enumeration (evcoll.h)
The EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS enumeration specifies the status of a subscription or an event source with respect to a subscription.
Syntax
typedef enum _EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS {
EcRuntimeStatusActiveStatusDisabled = 1,
EcRuntimeStatusActiveStatusActive,
EcRuntimeStatusActiveStatusInactive,
EcRuntimeStatusActiveStatusTrying
} EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS;
Constants
EcRuntimeStatusActiveStatusDisabled Value: 1 The subscription or event source is disabled. |
EcRuntimeStatusActiveStatusActive The subscription or event source is running. |
EcRuntimeStatusActiveStatusInactive The subscription or event source is inactive. You can query the System event log to see the error events sent by the Event Collector service. Use the EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID values to obtain information on why the subscription or source is inactive. |
EcRuntimeStatusActiveStatusTrying The subscription or event source is trying to connect for the first time or is retrying after a problem. When an active subscription runs into a problem, it will retry several times. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | evcoll.h |