-
Notifications
You must be signed in to change notification settings - Fork 0
QueueItemPriority.cs
Avrigeanu Laurian edited this page Apr 11, 2023
·
1 revision
An enumeration of possible priority values for queue items.
-
Low
: Represents a low-priority queue item. -
Medium
: Represents a medium-priority queue item. -
High
: Represents a high-priority queue item.
This enumeration is used to indicate the priority of a queue item. Queue items with higher priorities are executed before queue items with lower priorities.