This wiki is out of date, use the continuation of this wiki instead

ProcessTypeID

From FenixWiki

Revision as of 23:55, 25 March 2007 by Sandman (Talk | contribs)
Jump to: navigation, search

Definition

A ProcessTypeID is a unique identification code, for a processtype. A ProcessTypeID is smaller than 65536 (2^16).

Example

Kill all SpaceShip()s (see process):

Begin
    signal(type SpaceShip,s_kill);
End

signal() signals all processes of processtype SpaceShip the signal to die. This is done by using the constant s_kill as the signal.

Personal tools