Interface ILaunchConfigurationTypes


  • public interface ILaunchConfigurationTypes
    Types of launch configurations. These configurations are also allowed to launch in debug mode.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String RUNTIME_CLIENT
      1C:Enterprise runtime client launch type.
    • Field Detail

      • RUNTIME_CLIENT

        static final String RUNTIME_CLIENT
        1C:Enterprise runtime client launch type. Value is "com._1c.g5.v8.dt.launching.core.RuntimeClient".
        See Also:
        Constant Field Values