SetProcessPriority Enumeration |
SetProcessPriority.
Namespace:
Xcalibur.Models.Enums
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public enum SetProcessPriority
Public Enumeration SetProcessPriority
public enum class SetProcessPriority
Members
| Member name | Value | Description |
---|
| Realtime | 256 | |
| High | 128 | |
| AboveNormal | 32768 | |
| Normal | 32 | |
| BelowNormal | 16384 | |
| Low | 64 | |
See Also