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

TypeAlias ProvisionerJobStatus

coderd/database/models.go:2997–2997  ·  view source on GitHub ↗

Computed status of a provisioner job. Jobs could be stuck in a hung state, these states do not guarantee any transition to another state.

Source from the content-addressed store, hash-verified

2995
2996// Computed status of a provisioner job. Jobs could be stuck in a hung state, these states do not guarantee any transition to another state.
2997type ProvisionerJobStatus string
2998
2999const (
3000 ProvisionerJobStatusPending ProvisionerJobStatus = "pending"

Callers 3

TestProvisionerJobsFunction · 0.92
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected