| 89 | void SetRunInParallel(bool parallel) { _runInParallel = parallel; } |
| 90 | bool RunInParallel() const { return _runInParallel; } |
| 91 | bool CheckInParallel() const { return _checkInParallel; } |
| 92 | void SetCheckInParallel(bool parallel); |
| 93 | bool ParallelTasksCompleted() const; |
| 94 |