Show / Hide Table of Contents

Enum DeploymentStatus

The valid statuses for a deployment.

Namespace: Phoenix.Applications.Deployment
Assembly: Phoenix.Plugin.AppDeployment.dll
Syntax
public enum DeploymentStatus

Fields

Name Description
Failure

The deployment failed.

NotStarted

The deployment has not started.

Processing

The deployment is processing.

Success

The deployment succeeded.

  • View Source
In This Article
Back to top Generated by DocFX