EDeploymentStatus
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates the whether the object is deployed.
enum EDeploymentStatus
{
notDeployed = 0,
deployed = 1,
deployedWithPendingChanges = 2
}
Members
notDeployed
The object is not deployed.
deployed
The object is deployed.
deployedWithPendingChanges
The object is deployed and it has pending changes.