NotificationStatus enum
Enumerates possible status' of a notification.
Fields
| Queued = 10 | The notification has been queued |
| Processing = 20 | The notification has been dequeued and has begun processing. |
| RequestInProgress = 30 | The consumer action has processed the notification. The request is in progress. |
| Completed = 100 | The request completed |