AppStatus

  • Base type Enumeration

Status of the Services module application. The value other(1) represents the application status is other than one of the states below. The value unknown(2) represents the application status is in Unknown state such as uninitialized. The value bootinit(3) represents the boot process is initializing. The value booting(4) represents the application is in Process of booting. The value boot failure(5) represents the application has failed to Boot for some reason. The value halted(6) represents the application has been shutdown and/or halted. The value rebooting(7) represents the application is rebooting. The value ready(8) represents the platform OS is ready to run an application. The value appInit(9) represents the application is initializing. The value appError(10) represents the application has errored/failed. The value appRunning(11) represents the application is running. The value shuttingDown(12) represents the application is shutting down.

Possible values

12 objects
Number Name
1 other
2 unknown
3 bootInit
4 booting
5 bootFailure
6 halted
7 rebooting
8 ready
9 appInit
10 appError
11 appRunning
12 shuttingDown