enum

Lester::Instance::Status

Inherits Enum < Comparable < Value < Object

Constants

Running = 0
Stopped = 1
Frozen = 2
Error = 3

Instance methods

error?

Returns true if this enum value equals Error

Source
frozen?

Returns true if this enum value equals Frozen

Source
running?

Returns true if this enum value equals Running

Source
stopped?

Returns true if this enum value equals Stopped

Source