dwmkerr / dwmkerr/consolecontrol
Set process priority
Open
enhancement
- Dominant language
- C#
- Stars
- 786
- Forks
- 166
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
Is it possible to add a priority enum to set the executing command from within consolecontrol?
Example:
// Use the values that the OS provides for setting priority values
enum Priority
{
BelowNormal,
Normal,
AboveNormal,
High,
RealTime
}
this.consoleControl.StartProcess ( consoleApp, Priority.High, parameterString );
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.