Enum QueuePriority
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Priority order of workflows that can run in background at the same time: Urgent > As Soon As Possible > Normal > Low.
public enum QueuePriority
Extension Methods
EnumExtensions.DeepClone<QueuePriority>(QueuePriority)
Fields
ASAP = 3
Low = 1
Normal = 2
Urgent = 4