BroadcastStatus
Where a broadcast is in its lifecycle. Derived from the broadcast’s latest real send, so it is never stored on the broadcast itself. Test sends do not affect it.
BroadcastStatusValues
The broadcast has never been scheduled. It is fully editable.
A send is queued for a future time, or for as soon as possible. Still editable until it starts.
The send has started and is working out which recipients it applies to.
The send is delivering to its recipients.
Every recipient in the send received the message.
The send finished, but the message reached some recipients and not others.
The send finished without reaching any recipient.
The send was cancelled before it completed.

