Interface ITSScheduler2

  • All Superinterfaces:
    com4j.Com4jObject, ITSScheduler
    All Known Subinterfaces:
    ITSScheduler3

    public interface ITSScheduler2
    extends ITSScheduler
    Responsible for executing selected automated tests.
    • Method Detail

      • changeDetectEnabled

        boolean changeDetectEnabled()

        Indicates whether change detection mode is enabled.

        Getter method for the COM property "ChangeDetectEnabled"

        Returns:
        Returns a value of type boolean
      • changeDetectEnabled

        void changeDetectEnabled​(boolean pVal)

        Indicates whether change detection mode is enabled.

        Setter method for the COM property "ChangeDetectEnabled"

        Parameters:
        pVal - Mandatory boolean parameter.
      • skipNonChangeDetectableComponentsEnabled

        boolean skipNonChangeDetectableComponentsEnabled()

        Indicates whether to skip components that are not change detectable.

        Getter method for the COM property "SkipNonChangeDetectableComponentsEnabled"

        Returns:
        Returns a value of type boolean
      • skipNonChangeDetectableComponentsEnabled

        void skipNonChangeDetectableComponentsEnabled​(boolean pVal)

        Indicates whether to skip components that are not change detectable.

        Setter method for the COM property "SkipNonChangeDetectableComponentsEnabled"

        Parameters:
        pVal - Mandatory boolean parameter.