Home > @activeviam/activeui-sdk > CloudApplicationStatus
CloudApplicationStatus enum
Signature:
export declare enum CloudApplicationStatus
Enumeration Members
| Member | Value | Description |
|---|---|---|
| DELETED | "DELETED" | |
| DELETING | "DELETING" | |
| HALF_STOPPED | "HALF_STOPPED" | |
| HALF_STOPPING | "HALF_STOPPING" | |
| OS_RUNNING | "OS_RUNNING" | |
| OS_STARTING | "OS_STARTING" | |
| RUNNING | "RUNNING" | |
| STOPPED | "STOPPED" | |
| STOPPING | "STOPPING" | |
| UNKNOWN | "UNKNOWN" |