reset method

void reset()

Implementation

void reset() {
  _currentIndex = initialIndex;
  _pendingJobs.clear();
}