Interface EnumScriptUsageType


  • public interface EnumScriptUsageType
    This interface defines the enumeration constants in command manager script to indicate usage type
    Since:
    MicroStrategy Web 11.3.4
    • Field Detail

      • ScriptUsageTypeCommandManager

        static final int ScriptUsageTypeCommandManager
        Specifies a type of running in command manager
        See Also:
        Constant Field Values
      • ScriptUsageTypeDatasource

        static final int ScriptUsageTypeDatasource
        Specifies a type of data source importing
        See Also:
        Constant Field Values
      • ScriptUsageTypeTransaction

        static final int ScriptUsageTypeTransaction
        Specifies a type of transaction
        See Also:
        Constant Field Values