DeploymentState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
State of a deployment
public enum DeploymentState
Inheritance Object → ValueType → Enum → DeploymentState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Processing | 0 | Processing state |
Success | 1 | Success state |
Failed | 2 | Deployment failed |