enum

Term::Progress::Bar::State

Inherits Enum < Comparable < Value < Object

Constants

Running = 0
Finished = 1
Stopped = 2

Instance methods

finished?

Returns true if this enum value equals Finished

Source
running?

Returns true if this enum value equals Running

Source
stopped?

Returns true if this enum value equals Stopped

Source