NodeosgetPriorityfunction getPriority#getPriority(pid?: number): numberReturns 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 ##pid: number = 0 optionalThe process ID to retrieve scheduling priority for. Return Type #number
function getPriority#getPriority(pid?: number): numberReturns 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 ##pid: number = 0 optionalThe process ID to retrieve scheduling priority for. Return Type #number