Description
- Sets process priority of specified window.
Syntax
- Window.SetPriority(amount, cl)
Parameters
- amount
- (string) new process priority
-
Possible Values
- idle
- lowest
- below
- normal
- above
- high
- highest
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.SetPriority("high", "=myprog")
- Sets the process priority of the program MyProg to high.