dwmkerr / dwmkerr/consolecontrol

Set process priority

Open
#11 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.