You are here

protected function BatchManager::stopProcessing in Workbench Moderation to Content Moderation 8

Stop processing operations.

File

src/BatchManager.php, line 97

Class

BatchManager
Manages communication between Batch API and the migration manager.

Namespace

Drupal\wbm2cm

Code

protected function stopProcessing() {
  $this->isProcessingStopped = TRUE;
}