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