[][src]Enum kernel::process::process::ProcessState

pub enum ProcessState {
    UNUSED,
    SLEEPING,
    RUNNABLE,
    RUNNING,
    ZOMBIE,
}

Variants

UNUSED
SLEEPING
RUNNABLE
RUNNING
ZOMBIE