mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
468 B
468 B
setthreadpriority/setprioritythread/threadsetpriority
Set thread priority in the debuggee.
arguments
arg1 ThreadId of the thread to change the priority of (see the Threads tab).
arg2 Priority value, this can be the integer of a valid thread priority (see MSDN) or one of the following values: "Normal", "AboveNormal", "TimeCritical", "Idle", "BelowNormal", "Highest", "Lowest".
result
This command does not set any result variables.