-
Notifications
You must be signed in to change notification settings - Fork 0
QueueItemStatus.cs
Avrigeanu Laurian edited this page Apr 11, 2023
·
1 revision
Represents the status of a queue item.
-
New
: The queue item is new. -
InProgress
: The queue item is in progress. -
Failed
: The queue item has failed. -
Successful
: The queue item was successful. -
Abandoned
: The queue item was abandoned. -
Retried
: The queue item was retried. -
Deleted
: The queue item was deleted.
This enum is used to track the status of a queue item in the application.