You are here

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

Determine if operations should stop processing.

Return value

bool True if operations should not be processed, else false.

1 call to BatchManager::isProcessingStopped()
BatchManager::isStepSkipped in src/BatchManager.php
Determine if a particular step can be processed.

File

src/BatchManager.php, line 107

Class

BatchManager
Manages communication between Batch API and the migration manager.

Namespace

Drupal\wbm2cm

Code

protected function isProcessingStopped() {
  return $this->isProcessingStopped;
}