Name | Type | Description |
---|---|---|
NONE | String | The app instance has been created but has not been launched. |
INITIALIZING | String | Indicates the state in which the app instance is starting up. |
RUNNING | String | Indicates the state in which the app instance was started. |
DISPOSING | String | Indicates the state in which the app instance is performing a shutdown operation. |
DISPOSED | String | Indicates the app instance is in a terminated state. |
type | String |
---|---|
The app instance has been created but has not been launched.
|
type | String |
---|---|
Indicates the state in which the app instance is starting up.
|
type | String |
---|---|
Indicates the state in which the app instance was started.
|
type | String |
---|---|
Indicates the state in which the app instance is performing a shutdown operation.
|
type | String |
---|---|
Indicates the app instance is in a terminated state.
|