PresentationFlowNotificationStatus
The notification status of the presentation flow.
enum PresentationFlowNotificationStatus {
FAILED
NONE
PENDING
SENT
}
Values
PresentationFlowNotificationStatus.FAILED
Notification failed to send.
PresentationFlowNotificationStatus.NONE
No notification configured for this presentation flow.
PresentationFlowNotificationStatus.PENDING
Notification job is queued but not yet sent.
PresentationFlowNotificationStatus.SENT
Notification was successfully sent.
Member Of
PresentationFlow object