- This wiki is out of date, use the continuation of this wiki instead
Process statuscodes
From FenixWiki
(Difference between revisions)
Revision as of 12:47, 21 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Current revision (12:47, 21 May 2007) (edit) (undo) Sandman (Talk | contribs) |
Current revision
[edit] Definition
Process statuscodes are status codes used for the local variable Reserved.status, to specify the current status of a process.
[edit] List
Constant | - Value | - Description |
STATUS_DEAD | - 0 | - The process is dead. |
STATUS_KILLED | - 1 | - The process is killed. |
STATUS_RUNNING | - 2 | - The process is running. |
STATUS_SLEEPING | - 3 | - The process is sleeping. |
STATUS_FROZEN | - 4 | - The process is frozen. |
STATUS_WAITING | - 7 | - The process is waiting. |