Interface EnumServerState
-
public interface EnumServerStateThis enumeration describes the different states which a server can be in.- Since:
- MicroStrategy Web 7.5.0
-
-
Field Summary
Fields Modifier and Type Field Description static intPausedThe server is paused.static intPausingThe server is pausing.static intResumingThe server is resuming.static intRunningThe server is running.static intStartingThe server is starting.static intStoppedThe server is stopped.static intStoppingThe server is stopping.static intTerminatedThe server was terminated unexpectedly.static intUnknownThe server state is unknown.static intUnloadingThe server is in the process of unloading.
-
-
-
Field Detail
-
Unknown
static final int Unknown
The server state is unknown.- See Also:
- Constant Field Values
-
Stopped
static final int Stopped
The server is stopped.- See Also:
- Constant Field Values
-
Starting
static final int Starting
The server is starting.- See Also:
- Constant Field Values
-
Running
static final int Running
The server is running.- See Also:
- Constant Field Values
-
Pausing
static final int Pausing
The server is pausing.- See Also:
- Constant Field Values
-
Paused
static final int Paused
The server is paused.- See Also:
- Constant Field Values
-
Stopping
static final int Stopping
The server is stopping.- See Also:
- Constant Field Values
-
Unloading
static final int Unloading
The server is in the process of unloading.- Since:
- MicroStrategy Web 7.5.2
- See Also:
- Constant Field Values
-
Terminated
static final int Terminated
The server was terminated unexpectedly.- Since:
- MicroStrategy Web 7.5.2
- See Also:
- Constant Field Values
-
Resuming
static final int Resuming
The server is resuming.- Since:
- MicroStrategy Web 7.5.2
- See Also:
- Constant Field Values
-
-