AutomationNotificationProcessing AutomationNotificationProcessing AutomationNotificationProcessing AutomationNotificationProcessing Enum

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Specifies the order in which to process a notification.

public : enum class AutomationNotificationProcessingpublic enum AutomationNotificationProcessingPublic Enum AutomationNotificationProcessing// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Fields

All All All All

Prerelease. These notifications should be presented to the user when possible. All of the notifications from this source should be delivered to the user.

CurrentThenMostRecent CurrentThenMostRecent CurrentThenMostRecent CurrentThenMostRecent

Prerelease. These notifications should be presented to the user when possible. Don’t interrupt the current notification for this one. If new notifications come in from the same source while the current notification is being presented, then keep the most recent and ignore the rest until the current processing is completed. Then use the most recent message as the current message.

ImportantAll ImportantAll ImportantAll ImportantAll

Prerelease. These notifications should be presented to the user as soon as possible. All of the notifications from this source should be delivered to the user.

Warning

Use this in a limited capacity as this style of message could cause a flooding for information to the end user due to the nature of the request to deliver all of the notifications.

ImportantMostRecent ImportantMostRecent ImportantMostRecent ImportantMostRecent

Prerelease. These notifications should be presented to the user as soon as possible. The most recent notifications from this source should be delivered to the user because the most recent notification supersedes all of the other notifications.

MostRecent MostRecent MostRecent MostRecent

Prerelease. These notifications should be presented to the user when possible. Interrupt the current notification for this one.