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

TypeAlias TaskState

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

TaskState represents the high-level lifecycle of a task.

Source from the content-addressed store, hash-verified

79
80// TaskState represents the high-level lifecycle of a task.
81type TaskState string
82
83// TaskState enums.
84const (

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected