Enum TaskSchedulerPriority
Windows API related Process and Thread Priorities
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public enum TaskSchedulerPriority
Fields
| Name | Description |
|---|---|
| AboveNormal | |
| Background | |
| BelowNormal | |
| High | |
| Idle | |
| Low | |
| None | |
| Normal | |
| Realtime |
Edit this page