Enum TaskPriority
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Specifies the priority level of a ResQueServe task.
public enum TaskPriority
- Extension Methods
Fields
Critical = 3Critical tasks that should be executed immediately.
High = 2High priority tasks that should be executed promptly.
Low = 0Low priority tasks that can be delayed.
Normal = 1Normal priority tasks.