Enum NarrowcastProgressResponse_phase
The current status. One of:waiting: Messages are not yet ready to be sent. They are currently being filtered or processed in some way.sending: Messages are currently being sent.succeeded: Messages were sent successfully. This may not mean the messages were successfully received.failed: Messages failed to be sent. Use the failedDescription property to find the cause of the failure.
public enum NarrowcastProgressResponse_phase
Fields
[EnumMember(Value = "failed")] Failed = 3[EnumMember(Value = "sending")] Sending = 1[EnumMember(Value = "succeeded")] Succeeded = 2[EnumMember(Value = "waiting")] Waiting = 0