MCPcopy Create free account
hub / github.com/coder/coder / ProvisionerJobStatusEnums

Function ProvisionerJobStatusEnums

codersdk/provisionerdaemons.go:125–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123)
124
125func ProvisionerJobStatusEnums() []ProvisionerJobStatus {
126 return []ProvisionerJobStatus{
127 ProvisionerJobPending,
128 ProvisionerJobRunning,
129 ProvisionerJobSucceeded,
130 ProvisionerJobCanceling,
131 ProvisionerJobCanceled,
132 ProvisionerJobFailed,
133 ProvisionerJobUnknown,
134 }
135}
136
137// ProvisionerJobInput represents the input for the job.
138type ProvisionerJobInput struct {

Callers 2

provisionerJobsListMethod · 0.92

Calls

no outgoing calls

Tested by 1