Enum EventPriority
Defined in File Enums.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::EventPriority
The EventPriority enumeration contains a set of values that specify the priority for an event.
Values:
-
enumerator EventPriority_Unspecified
The event priority is not specified.
-
enumerator EventPriority_Off
The event will not be transmitted.
-
enumerator EventPriority_Low
low priority.
-
enumerator EventPriority_MIN
Same as EventPriority_Low.
-
enumerator EventPriority_Normal
Normal priority.
-
enumerator EventPriority_High
High priority.
-
enumerator EventPriority_Immediate
The event will be transmitted as soon as possible.
-
enumerator EventPriority_MAX
Same as EventPriority_Immediate.
-
enumerator EventPriority_Unspecified