Skip to main content

getPriority

function getPriority
Jump to headinggetPriority(pid?: number): number

Returns the scheduling priority for the process specified by pid. If pid is not provided or is 0, the priority of the current process is returned.

Parameters Jump to heading

optional
Jump to headingpid: number = 0

The process ID to retrieve scheduling priority for.

Return Type Jump to heading

number
Back to top