enum

Smith::UI::ToolBlock::Status

Inherits Enum < Comparable < Value < Object

Constants

Running = 0
Done = 1
Failed = 2

Instance methods

done?

Returns true if this enum value equals Done

Source
failed?

Returns true if this enum value equals Failed

Source
running?

Returns true if this enum value equals Running

Source