enum

Mosquito::Job::State

Inherits Enum < Comparable < Value < Object

Constants

Initialization = 0
Running = 1
Succeeded = 2
Failed = 3
Aborted = 4

Instance methods

aborted?

Returns true if this enum value equals Aborted

Source
executed?
Source
failed?

Returns true if this enum value equals Failed

Source
initialization?

Returns true if this enum value equals Initialization

Source
running?

Returns true if this enum value equals Running

Source
succeeded?

Returns true if this enum value equals Succeeded

Source