markExtractionStarted method

void markExtractionStarted()

Mark extraction as started.

Implementation

void markExtractionStarted() {
  _extractionStartedAt = DateTime.now();
}