Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
plaStoppedValue: 0 The data collector set is not running. |
plaRunningValue: 1 The data collector set is running. |
plaCompilingValue: 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. |
plaPendingValue: 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. |
plaUndefinedValue: 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 |