Interface Process

Interface summary


Methods

id -> int
Returns the unique id of the process.

Returns the priority of the process.
The priority is between 0 and 255 and a high priority means that the process is more likely to be scheduled and less likely to be interrupted.
Throws an exception if the process no longer lives.

priority= priority/int -> none
Updates the priority of the process.
The priority must be between 0 and 255 and a high priority means that the process is more likely to be scheduled and less likely to be interrupted.
Throws an exception if the process no longer lives.