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