AutomationNotificationProcessing 枚举

定义

public enum class AutomationNotificationProcessing
public enum AutomationNotificationProcessing
type AutomationNotificationProcessing = 
Public Enum AutomationNotificationProcessing
继承
AutomationNotificationProcessing

字段

All 2

此来源的所有通知都会传递给用户。

CurrentThenMostRecent 4

请勿中断此通知的当前通知。 如果在显示当前通知时来自同一源的新通知,请保留最新的通知,并忽略其余通知,直到当前处理完成。 然后,使用最新消息作为当前消息。

ImportantAll 0

此来源的所有通知都会传递给用户。 在有限的容量中使用此样式的消息,因为它可能会导致最终用户的信息泛滥。

ImportantMostRecent 1

应向用户传递来自此源的最新通知,因为它取代了所有其他通知。

MostRecent 3

应向用户传递来自此源的最新通知,因为它取代了所有其他通知。

适用于