Core API Overview > @adpt/core > Adapt > DeployOpStatus
Adapt.DeployOpStatus variable
Signature:
DeployOpStatus: {
[x: number]: string;
StateChanged: DeployOpStatusExt.StateChanged;
Initial: DeployStatus.Initial;
Waiting: DeployStatus.Waiting;
Deploying: DeployStatus.Deploying;
Destroying: DeployStatus.Destroying;
Deployed: DeployStatus.Deployed;
Failed: DeployStatus.Failed;
Destroyed: DeployStatus.Destroyed;
}