AppDiagnosticInfoWatcherStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the status values that are returned from a call to AppDiagnosticInfoWatcher.Status.
public enum class AppDiagnosticInfoWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AppDiagnosticInfoWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AppDiagnosticInfoWatcherStatus
var value = Windows.System.AppDiagnosticInfoWatcherStatus.created
Public Enum AppDiagnosticInfoWatcherStatus
- Inheritance
-
AppDiagnosticInfoWatcherStatus
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
App capabilities |
appDiagnostics
|
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The AppDiagnosticInfoWatcher has been created. |
Started | 1 | The AppDiagnosticInfoWatcher has started. |
EnumerationCompleted | 2 | The AppDiagnosticInfoWatcher has finished enumerating running apps. |
Stopping | 3 | The AppDiagnosticInfoWatcher is stopping. |
Stopped | 4 | The AppDiagnosticInfoWatcher has stopped. |
Aborted | 5 | The AppDiagnosticInfoWatcher was aborted. |