Enum Priority
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Specifies the priority levels that can be assigned to a component or operation.
public enum Priority
- Extension Methods
Fields
High = 1The component has a high priority.
Highest = 0The component has the highest priority.
Low = 3The component has a low priority.
Lowest = 4The component has the lowest priority.
Normal = 2The component has a normal priority.