DeploymentStatus
Status of a deployment
enum DeploymentStatus {
PENDING
RUNNING
COMPLETED
FAILED
ABORTED
}
Values
DeploymentStatus.PENDING
Deployment is pending execution
DeploymentStatus.RUNNING
Deployment is currently running
DeploymentStatus.COMPLETED
Deployment completed successfully
DeploymentStatus.FAILED
Deployment failed
DeploymentStatus.ABORTED
Deployment was aborted
Member Of
BundleDeploymentSummary object ● Deployment object