com.microstrategy.web.objects.admin.serverconfig.EnumServerState |
This enumeration describes the different states which a server can be in.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | Paused | The server is paused. | |||||||||
int | Pausing | The server is pausing. | |||||||||
int | Resuming | The server is resuming. | |||||||||
int | Running | The server is running. | |||||||||
int | Starting | The server is starting. | |||||||||
int | Stopped | The server is stopped. | |||||||||
int | Stopping | The server is stopping. | |||||||||
int | Terminated | The server was terminated unexpectedly. | |||||||||
int | Unknown | The server state is unknown. | |||||||||
int | Unloading | The server is in the process of unloading. |
The server is paused.
The server is pausing.
The server is resuming.
The server is running.
The server is starting.
The server is stopped.
The server is stopping.
The server was terminated unexpectedly.
The server state is unknown.
The server is in the process of unloading.