Interface EnumExecutionMode
- 
public interface EnumExecutionModeThis enumeration is a list of execution modes that a process can run under.- Since:
 - MicroStrategy Web 7.5.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intInteractiveThe process is run interactively.static intServiceThe process is run as a service.static intUnknownThe mode is unknown. 
 - 
 
- 
- 
Field Detail
- 
Unknown
static final int Unknown
The mode is unknown.- See Also:
 - Constant Field Values
 
 
- 
Interactive
static final int Interactive
The process is run interactively.- See Also:
 - Constant Field Values
 
 
- 
Service
static final int Service
The process is run as a service.- See Also:
 - Constant Field Values
 
 
 - 
 
 -