enum
Hardware::PID::Stat::State
Defined in:
pid/stat.crEnum Members
-
Running =
0
-
Sleeping =
1
-
Wait =
2
-
Zombie =
3
-
Stopped =
4
-
TracingStop =
5
-
Paging =
6
-
Dead =
7
-
Interruptible =
8
Constructors
Instance Method Summary
-
#dead?
Returns
true
if this enum value equalsDead
-
#interruptible?
Returns
true
if this enum value equalsInterruptible
-
#paging?
Returns
true
if this enum value equalsPaging
-
#running?
Returns
true
if this enum value equalsRunning
-
#sleeping?
Returns
true
if this enum value equalsSleeping
-
#stopped?
Returns
true
if this enum value equalsStopped
-
#tracing_stop?
Returns
true
if this enum value equalsTracingStop
-
#wait?
Returns
true
if this enum value equalsWait
-
#zombie?
Returns
true
if this enum value equalsZombie