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.