- This wiki is out of date, use the continuation of this wiki instead
 
Process statuscodes
From FenixWiki
(Redirected from STATUS KILLED)
												
			
[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. | 
