cpr.core.AppInstanceState

Index

Properties
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.

Properties

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