In This Article

AutomationNotificationProcessing Enum

Defines how an automation notification should be processed.

public enum AutomationNotificationProcessing

Fields

Name Description
All

Deliver all notifications.

CurrentThenMostRecent

Deliver the current notification, then the most recent notification.

ImportantAll

Deliver all notifications and they are important.

ImportantMostRecent

Deliver the most recent notification, which is important.

MostRecent

Deliver the most recent notification.