Interface EnumServerState
-
public interface EnumServerState
This 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 int
Paused
The server is paused.static int
Pausing
The server is pausing.static int
Resuming
The server is resuming.static int
Running
The server is running.static int
Starting
The server is starting.static int
Stopped
The server is stopped.static int
Stopping
The server is stopping.static int
Terminated
The server was terminated unexpectedly.static int
Unknown
The server state is unknown.static int
Unloading
The 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
-
-