Optional
pid: numberThe process ID to retrieve scheduling priority for.
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.
Optional
pid: numberThe process ID to retrieve scheduling priority for.
Generated using TypeDoc
Returns the scheduling priority for the process specified by
pid
. Ifpid
is not provided or is0
, the priority of the current process is returned.