DeployStatus Enum

The result status of a deployment.

Usage

Metadata.DeployResult.status uses this enum to describe the results of the deployment.

Enum Values

The following are the values of the Metadata.DeployStatus enum.

Value Description
Canceled The queued deployment was canceled.
Canceling The queued deployment is being canceled.
Failed The deployment failed.
InProgress The deployment has been started and is in progress.
Pending The deployment has been queued but not started.
Succeeded The deployment succeeded.
SucceededPartial The deployment succeeded, but some components might not have been successfully deployed. Check Metadata.DeployResult for more details.