Skip to content

QueueItemPriority.cs

Avrigeanu Laurian edited this page Apr 11, 2023 · 1 revision

QueueItemPriority Enum

An enumeration of possible priority values for queue items.

Enum Values

  • Low: Represents a low-priority queue item.
  • Medium: Represents a medium-priority queue item.
  • High: Represents a high-priority queue item.

Remarks

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.

Clone this wiki locally