Core API Overview > @adpt/core > Adapt > DeployStatus
Adapt.DeployStatus enum
Signature:
export declare enum DeployStatus
Enumeration Members
Member | Value | Description |
---|---|---|
Deployed | "Deployed" | |
Deploying | "Deploying" | |
Destroyed | "Destroyed" | |
Destroying | "Destroying" | |
Failed | "Failed" | |
Initial | "Initial" | |
Waiting | "Waiting" |