AppDiagnosticInfoWatcherStatus Enum

Definition

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

Aborted 5

The AppDiagnosticInfoWatcher was aborted.

Created 0

The AppDiagnosticInfoWatcher has been created.

EnumerationCompleted 2

The AppDiagnosticInfoWatcher has finished enumerating running apps.

Started 1

The AppDiagnosticInfoWatcher has started.

Stopped 4

The AppDiagnosticInfoWatcher has stopped.

Stopping 3

The AppDiagnosticInfoWatcher is stopping.

Applies to

See also