public int ProcessSetPriority(string process, int priority)
 {
     return(AutoItX.ProcessSetPriority(process, priority));
 }