enum

Smith::Tools::BashJob::State

Inherits Enum < Comparable < Value < Object

Constants

Running = 0
Exited = 1
Killed = 2

Instance methods

exited?

Returns true if this enum value equals Exited

Source
killed?

Returns true if this enum value equals Killed

Source
running?

Returns true if this enum value equals Running

Source