Enum PluginPriority
Provides simple and readable plugin priority values.
public enum PluginPriority
- Extension Methods
Fields
Default = 0Medium plugin priority.
Last = -2147483648Execute the plugin last, after other ones.
Lowest = -2147483648Execute the plugin last, after other ones.
Lower = -500Default plugin priority.
Low = -250Low plugin priority.
Medium = 0Medium plugin priority.
High = 250Higher plugin priority.
Higher = 500Higher plugin priority.
Highest = 2147483647Execute the plugin first, before other ones.
First = 2147483647Execute the plugin first, before other ones.