NotificationResult enum
Enumerates possible result types of a notification.
Fields
Pending = 0 | The notification has not yet completed |
Succeeded = 10 | The notification was sent successfully |
Failed = 20 | The notification failed to be sent successfully to the consumer |
Filtered = 30 | The notification was filtered by the Delivery Job |