enum Hardware::PID::Stat::State

Defined in:

pid/stat.cr

Enum Members

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(stat : String) #

[View source]

Instance Method Detail

def dead? #

[View source]
def interruptible? #

[View source]
def paging? #

[View source]
def running? #

[View source]
def sleeping? #

[View source]
def stopped? #

[View source]
def tracing_stop? #

[View source]
def wait? #

[View source]
def zombie? #

[View source]