enum

X::Process::State

Inherits Enum / Comparable / Value / Object

Constants

ALIVE = 0
STALE = 1
WAITING = 2
BLOCKED = 3
DEAD = 4

Instance methods

alive?

Returns true if this enum value equals ALIVE

Source
blocked?

Returns true if this enum value equals BLOCKED

Source
dead?

Returns true if this enum value equals DEAD

Source
runnable?
Source
stale?

Returns true if this enum value equals STALE

Source
waiting?

Returns true if this enum value equals WAITING

Source