enum

Mosquito::Runnable::State

Inherits Enum < Comparable < Value < Object

Constants

Starting = 0
Working = 1
Idle = 2
Stopping = 3
Finished = 4

Instance methods

finished?

Returns true if this enum value equals Finished

Source
idle?

Returns true if this enum value equals Idle

Source
running?
Source
started?

ie, not starting

Source
starting?

Returns true if this enum value equals Starting

Source
stopping?

Returns true if this enum value equals Stopping

Source
working?

Returns true if this enum value equals Working

Source