AutomationNotificationProcessing 枚举

定义

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

字段

名称 说明
ImportantAll 0

应将来自此源的所有通知传送给用户。 以有限的容量使用此样式的消息,因为它可能会导致最终用户的信息泛滥。

ImportantMostRecent 1

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

All 2

应将来自此源的所有通知传送给用户。

MostRecent 3

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

CurrentThenMostRecent 4

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

适用于