enum

CrystalAgent::WorkerAction

Inherits Enum < Comparable < Value < Object

Status update from a worker

Constants

Starting = 0
Searching = 1
Fetching = 2
Thinking = 3
Completed = 4
Failed = 5

Instance methods

completed?

Returns true if this enum value equals Completed

Source
failed?

Returns true if this enum value equals Failed

Source
fetching?

Returns true if this enum value equals Fetching

Source
searching?

Returns true if this enum value equals Searching

Source
starting?

Returns true if this enum value equals Starting

Source
thinking?

Returns true if this enum value equals Thinking

Source