MultiAgent::Coordination::Task::TaskStatus
Inherits Enum < Comparable < Value < Object
Constants
PENDING = 0
ASSIGNED = 1
IN_PROGRESS = 2
COMPLETED = 3
FAILED = 4
Instance methods
assigned?
Returns true if this enum value equals ASSIGNED
completed?
Returns true if this enum value equals COMPLETED
failed?
Returns true if this enum value equals FAILED
in_progress?
Returns true if this enum value equals IN_PROGRESS
pending?
Returns true if this enum value equals PENDING