RNS::MessageState
Delivery state constants for messages tracked by a Channel.
Used to determine whether a message is new, in-flight, delivered,
or has permanently failed.
Constants
MSGSTATE_DELIVERED = 2
MSGSTATE_FAILED = 3
MSGSTATE_NEW = 0
MSGSTATE_SENT = 1