Process statuscodes

Process statuscodes

Process statuscodes are status codes used for the local variable Reserved.status, to specify the current status of a process.

List

ConstantValueDescription
STATUS_DEAD0The process is dead.
STATUS_KILLED1The process is killed.
STATUS_RUNNING2The process is running.
STATUS_SLEEPING3The process is sleeping.
STATUS_FROZEN4The process is frozen.
STATUS_WAITING7The process is waiting.