public interface CheckIntegrityRunner
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels a running check integrity process.
|
IStatus |
start()
Starts the check integrity process.
|
IStatus start()
All rules are selected when running a check integrity process:
You cannot select the rules to run.
IStatus objectvoid cancel()
You can cancel the process if it takes too much time. Only results are returned for the rules checked before you cancel the process.