Stuff for tunesync
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Toolkit.Windows;
|
||||
|
||||
public enum ProcessPriority
|
||||
{
|
||||
Default,
|
||||
Idle,
|
||||
BelowNormal,
|
||||
Normal,
|
||||
AboveNormal,
|
||||
High,
|
||||
Realtime
|
||||
}
|
||||
Reference in New Issue
Block a user