enum

Term::Spinner::State

Inherits Enum / Comparable / Value / Object

The state of the spinner

Constants

Stopped = 0
Spinning = 1
Paused = 2

Instance methods

paused?

Returns true if this enum value equals Paused

Source
spinning?

Returns true if this enum value equals Spinning

Source
stopped?

Returns true if this enum value equals Stopped

Source