AppNotificationProgressResult Enum

Definition

Specifies the result of an app notification progress update operation invoked with a call to UpdateAsync.

public enum class AppNotificationProgressResult
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
enum class AppNotificationProgressResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationProgressResult
var value = Microsoft.Windows.AppNotifications.AppNotificationProgressResult.succeeded
Public Enum AppNotificationProgressResult
Inheritance
AppNotificationProgressResult
Attributes

Fields

AppNotificationNotFound 1

The specified app notification was not found.

Succeeded 0

The progress update was successful.

Unsupported 2

Applies to