MCPcopy Index your code
hub / github.com/github/copilot-sdk / TaskStatus

Class TaskStatus

python/copilot/generated/rpc.py:8327–8334  ·  view source on GitHub ↗

Current lifecycle status of the task

Source from the content-addressed store, hash-verified

8325
8326# Experimental: this type is part of an experimental API and may change or be removed.
8327class TaskStatus(Enum):
8328 """Current lifecycle status of the task"""
8329
8330 CANCELLED = "cancelled"
8331 COMPLETED = "completed"
8332 FAILED = "failed"
8333 IDLE = "idle"
8334 RUNNING = "running"
8335
8336class TaskAgentInfoType(Enum):
8337 AGENT = "agent"

Callers 3

from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…