Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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.
FinalizingDeploy The deployment has started, and is in the finalizing state. Deployments in the state can't be canceled.
FinalizingDeployFailed The deployment failed during the finalizing state.
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.