Next: Process-basic, Up: Process [Index]
Answer whether the receiver is executed with interrupts enabled
Answer the user-friendly name of the process.
Give the name aString to the process
Answer the receiver’s priority
Change the receiver’s priority to anInteger
Force the receiver to be interrupted and to evaluate aBlock as soon as it becomes the active process (this could mean NOW if the receiver is active). If the process is temporarily suspended or waiting on a semaphore, it is temporarily woken up so that the interrupt is processed as soon as the process priority allows to do. Answer the receiver.
Answer the context that the process was executing at the time it was suspended.
Modify the context that the process was executing at the time it was suspended.
Evaluate aBlock and delay all interrupts that are requested during its execution to after aBlock returns.