Process methods
The following instance methods pertain to processes:
priority
Answers the receiver's priority.
priority:
Sets the receiver's priority to be the specified value.
queueInterrupt:
Runs the argument block in the receiving process.
resume
Resumes the receiver.
suspend
Places the receiver in suspended state.
terminate
Terminates the receiver.
 
Porting tip:
ProcessorScheduler is called ProcessScheduler in Smalltalk/V.
Last modified date: 01/29/2015