Enumeration EventStatusReadonly

Enum for event statuses.

Enumeration Members

CANCELLED

The event was cancelled before it was successfully sent.

ENCRYPTING

The message is being encrypted

NOT_SENT

The event was not sent and will no longer be retried.

QUEUED

The event is in a queue waiting to be sent.

SENDING

The event is in the process of being sent.

SENT

The event has been sent to the server, but we have not yet received the echo.