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\wbm2cmCode
protected function stopProcessing() {
$this->isProcessingStopped = TRUE;
}