Enum Priority
Enumerates the priority values. They are practically a convenient way to provide integer values for defining priorities. A lower value indicates a higher priority.
Namespace: Kephas.Services
Assembly: Kephas.Core.dll
Syntax
public enum Priority
Fields
Name | Description |
---|---|
AboveNormal | The above normal priority. |
BelowNormal | The below normal priority. Used by the default services provided by the applications built on Kephas. |
High | The high priority. |
Highest | The highest priority. |
Low | The low priority. Used by the default services provided by Kephas. |
Lowest | The lowest priority. Used by the null services. |
Normal | The normal priority. Used by the services provided by the applications built on Kephas. |