Programmer's Reference

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]