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

TypeAlias ProvisionerJobStatus

codersdk/provisionerdaemons.go:104–104  ·  view source on GitHub ↗

ProvisionerJobStatus represents the at-time state of a job.

Source from the content-addressed store, hash-verified

102
103// ProvisionerJobStatus represents the at-time state of a job.
104type ProvisionerJobStatus string
105
106// Active returns whether the job is still active or not.
107// It returns true if canceling as well, since the job isn't

Callers 13

provisionerDaemonsMethod · 0.92
convertRowsFunction · 0.92
convertProvisionerJobFunction · 0.92
jobIsCompleteFunction · 0.92
resumeTaskMethod · 0.92
TestProvisionerJobStatusFunction · 0.92
checkRunningBuildMethod · 0.92
buildUpdateMethod · 0.92
updateWorkspaceBuildMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected