enum

Tasko::MemoryEngine::State

Inherits Enum / Comparable / Value / Object

Constants

Pending = 0
Ready = 1
Running = 2
Completed = 3

Instance methods

completed?

Returns true if this enum value equals Completed

Source
pending?

Returns true if this enum value equals Pending

Source
ready?

Returns true if this enum value equals Ready

Source
running?

Returns true if this enum value equals Running

Source