Deployment status indicates a IProcessingUnit deployment.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public enum DeploymentStatus
Public Enumeration DeploymentStatus
public enum class DeploymentStatus
public enum DeploymentStatus
Members
Member | Description |
---|---|
Na |
Deployment status is not available.
|
Undeployed |
Indicates the Processing Unit is not deployed.
|
Scheduled |
Indicates the Processing Unit is scheduled for deployment.
|
Deployed |
Indicates the Processing Unit is deployed.
|
Broken |
Indicates the Processing Unit is deployed and is broken, where all
required services are not available.
|
Compromised |
Indicates the Processing Unit is deployed and is compromised, where
some specified services are not available.
|
Intact |
Indicates the Processing Unit is deployed and is intact, where all
specified services are available.
|