Skip to content

QueueItemStatus

Processing status of a queue item.

Enumeration Members

Abandoned

Abandoned: "Abandoned"

The consumer stopped reporting while processing the item


Deleted

Deleted: "Deleted"

The item was deleted


Failed

Failed: "Failed"

Processing failed (see processingError)


InProgress

InProgress: "InProgress"

Handed out to a consumer and locked (an active transaction)


New

New: "New"

Waiting to be processed


Retried

Retried: "Retried"

A failed item that was re-queued as a fresh copy


Successful

Successful: "Successful"

Processing completed successfully