NotificationOutcomeState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an enumeration of notification outcome state.
public enum NotificationOutcomeState
type NotificationOutcomeState =
Public Enum NotificationOutcomeState
- Inheritance
-
System.EnumNotificationOutcomeState
Fields
Abandoned | 4 | |
Completed | 3 | |
DetailedStateAvailable | 1 | The detailed state for the outcome is available. |
Enqueued | 0 | The notification outcome is enqueued. |
Processing | 2 | |
Unknown | 5 |