NotificationStatusValues
No description
enum NotificationStatusValues {
PENDING
FINISHED
NOT_REQUESTED
}
Values
NotificationStatusValues.PENDING
Indicates that the request has not yet been fully processed.
NotificationStatusValues.FINISHED
Indicates that the request has already been fully processed, with a successful or unsuccessful result.
NotificationStatusValues.NOT_REQUESTED
Indicates that the request has already been fully processed, with a successful or unsuccessful result.
Member Of
NotificationStatus object