DeploymentStatus
The current state of a deployment operation.
enum DeploymentStatus {
PENDING
RUNNING
COMPLETED
FAILED
ABORTED
}
Values
DeploymentStatus.PENDING {#pending}
Waiting to start
DeploymentStatus.RUNNING {#running}
Currently executing
DeploymentStatus.COMPLETED {#completed}
Finished successfully
DeploymentStatus.FAILED {#failed}
Failed - check logs for details
DeploymentStatus.ABORTED {#aborted}
Manually stopped before completion
Member Of
Deployment object ● DeploymentLeaf object ● DeploymentsFilter input