enum

Hardware::PID::Stat::State

Inherits Enum / Comparable / Value / Object

Constants

Running = 0
Sleeping = 1
Wait = 2
Zombie = 3
Stopped = 4
TracingStop = 5
Paging = 6
Dead = 7
Interruptible = 8

Constructors

new(stat : String)
Source

Instance methods

dead?

Returns true if this enum value equals Dead

Source
interruptible?

Returns true if this enum value equals Interruptible

Source
paging?

Returns true if this enum value equals Paging

Source
running?

Returns true if this enum value equals Running

Source
sleeping?

Returns true if this enum value equals Sleeping

Source
stopped?

Returns true if this enum value equals Stopped

Source
tracing_stop?

Returns true if this enum value equals TracingStop

Source
wait?

Returns true if this enum value equals Wait

Source
zombie?

Returns true if this enum value equals Zombie

Source