ProvisionerJobStatus represents the at-time state of a job.
| 102 | |
| 103 | // ProvisionerJobStatus represents the at-time state of a job. |
| 104 | type 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 |
no outgoing calls
no test coverage detected