public interface ITSScheduler2 extends ITSScheduler
Modifier and Type | Method and Description |
---|---|
boolean |
changeDetectEnabled()
Indicates whether change detection mode is enabled.
|
void |
changeDetectEnabled(boolean pVal)
Indicates whether change detection mode is enabled.
|
boolean |
skipNonChangeDetectableComponentsEnabled()
Indicates whether to skip components that are not change detectable.
|
void |
skipNonChangeDetectableComponentsEnabled(boolean pVal)
Indicates whether to skip components that are not change detectable.
|
executionLog, executionStatus, hostTimeOut, hostTimeOut, logEnabled, logEnabled, run, runAllLocally, runAllLocally, runOnHost, runOnHost, stop, tdHostName, tdHostName, vM_Config, vM_Config
boolean changeDetectEnabled()
Indicates whether change detection mode is enabled.
Getter method for the COM property "ChangeDetectEnabled"
void changeDetectEnabled(boolean pVal)
Indicates whether change detection mode is enabled.
Setter method for the COM property "ChangeDetectEnabled"
pVal
- Mandatory boolean parameter.boolean skipNonChangeDetectableComponentsEnabled()
Indicates whether to skip components that are not change detectable.
Getter method for the COM property "SkipNonChangeDetectableComponentsEnabled"
void skipNonChangeDetectableComponentsEnabled(boolean pVal)
Indicates whether to skip components that are not change detectable.
Setter method for the COM property "SkipNonChangeDetectableComponentsEnabled"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.