AgentZero::TaskCoordinator::TaskStatus
Inherits Enum < Comparable < Value < Object
Constants
Pending = 0
Running = 1
Completed = 2
Failed = 3
Timeout = 4
Instance methods
completed?
Returns true if this enum value equals Completed
failed?
Returns true if this enum value equals Failed
pending?
Returns true if this enum value equals Pending
running?
Returns true if this enum value equals Running
timeout?
Returns true if this enum value equals Timeout