Interface EnumExecutionMode
-
public interface EnumExecutionMode
This 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 int
Interactive
The process is run interactively.static int
Service
The process is run as a service.static int
Unknown
The 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
-
-