MCPcopy Index your code
hub / github.com/coder/coder / TaskStatus

TypeAlias TaskStatus

codersdk/aitasks.go:45–45  ·  view source on GitHub ↗

TaskStatus represents the status of a task.

Source from the content-addressed store, hash-verified

43
44// TaskStatus represents the status of a task.
45type TaskStatus string
46
47const (
48 // TaskStatusPending indicates the task has been created but no workspace

Callers 2

taskListMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected