enum

MCP::Protocol::TaskStatus

Inherits Enum < Comparable < Value < Object

Constants

Working = 0
InputRequired = 1
Completed = 2
Failed = 3
Cancelled = 4

Instance methods

cancelled?

Returns true if this enum value equals Cancelled

Source
completed?

Returns true if this enum value equals Completed

Source
failed?

Returns true if this enum value equals Failed

Source
input_required?

Returns true if this enum value equals InputRequired

Source
working?

Returns true if this enum value equals Working

Source