DataCollectorSetStatus enumeration (pla.h)

Defines the running status of the data collector set.

Syntax

typedef enum __MIDL___MIDL_itf_pla_0001_0043_0004 {
  plaStopped = 0,
  plaRunning = 1,
  plaCompiling = 2,
  plaPending = 3,
  plaUndefined = 4
} DataCollectorSetStatus;

Constants

 
plaStopped
Value: 0
The data collector set is not running.
plaRunning
Value: 1
The data collector set is running.
plaCompiling
Value: 2
The data collector set is performing data management. A running data collector set will transition from plaRunning to plaCompiling if the data manager is enabled.
plaPending
Value: 3
The data collector has been set to run, but the service has not started it yet. Only computers that run operating systems prior to Windows Vista report this status.
plaUndefined
Value: 4
Cannot determine the status but no error has occurred. Typically, this status is set for autologgers.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header pla.h

See also

IDataCollectorSet::Status