OutboxStatus

enum OutboxStatus : Enum<OutboxStatus>

OutboxStatus is the processing status of an outbox item.

Entries

FAILED
Link copied to clipboard

The item has failed to be processed.

COMPLETED
Link copied to clipboard

The item has been processed successfully.

RUNNING
Link copied to clipboard

The item is currently being processed.

PENDING
Link copied to clipboard

The item is ready to be processed.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int