F$SPrior

From NitrOS-9
Revision as of 15:34, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with '<div align="left"> {| |- valign="top" | '''Set Priority''' | rowspan="2" | '''Changes the priority of a process''' |- valign="top" | '''OS9 F$SPrior 103F 0D''' |} </div> {| | co…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Set Priority Changes the priority of a process
OS9 F$SPrior 103F 0D
Entry Conditions
A process ID
B priority
  0 lowest
  255 highest
Error Output
CC carry set on error
B error code (if any)

Additional Information

  • Set Priority changes the process’s priority to the priority specified. A process can change another process’s priority only if it has the same user ID.

krnp2