Enum Priority
public enum Priority
- Extension Methods
Fields
Critical = 3
The event is extremely important and should be ran last.
High = 2
The event is important
Low = 0
Event must be called first as it is not important.
Normal = 1
The event should be ran normally.