Interface EnumServiceMode
- 
public interface EnumServiceModeThis enumeration contains values which describe the different modes which a service can be set to on the server machine.- Since:
 - MicroStrategy Web 7.5.0
 
 
- 
- 
Field Detail
- 
Reserved
static final int Reserved
Reserved.- See Also:
 - Constant Field Values
 
 
- 
Automatic
static final int Automatic
The service is set to start up automatically.- See Also:
 - Constant Field Values
 
 
- 
Manual
static final int Manual
The service is set to start up manually.- See Also:
 - Constant Field Values
 
 
- 
Disabled
static final int Disabled
The service is disabled.- See Also:
 - Constant Field Values
 
 
 - 
 
 -