You are here

public function SchedulingStateInterface::isHalted in Webform Scheduled Tasks 8.2

Check if a task has been halted.

Parameters

\Drupal\webform_scheduled_tasks\Entity\WebformScheduledTaskInterface $scheduledTask: The task.

Return value

bool TRUE if a task has been halted, FALSE otherwise.

1 method overrides SchedulingStateInterface::isHalted()
SchedulingState::isHalted in src/SchedulingState.php
Check if a task has been halted.

File

src/SchedulingStateInterface.php, line 63

Class

SchedulingStateInterface
An interface for managing the scheduling state of tasks.

Namespace

Drupal\webform_scheduled_tasks

Code

public function isHalted(WebformScheduledTaskInterface $scheduledTask);