Stuff for tunesync
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Windows
|
||||
{
|
||||
public interface IEfficiencyMode
|
||||
{
|
||||
void SetEfficiencyMode(bool value);
|
||||
void SetProcessPriorityClass(ProcessPriority priorityClass);
|
||||
void SetProcessQualityOfServiceLevel(QualityOfService level);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user