Interface IBatchComparisonTask
- All Known Implementing Classes:
RecompareOnChangedTopObjectsTask,StartBatchComparisonTask
public interface IBatchComparisonTask
A task for (re)comparing of compare/merge processes batch.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrun(IBatchComparisonRunner comparisonRunner) Runs the task.
-
Method Details
-
run
Runs the task.- Parameters:
comparisonRunner- the comparison runner, cannot benull- Returns:
trueif comparison has been run,falseotherwise
-