public function WebformScheduledTaskInterface::isHalted in Webform Scheduled Tasks 8.2
Check if a task has been halted.
Return value
bool TRUE if the task was halted, FALSE otherwise.
1 method overrides WebformScheduledTaskInterface::isHalted()
- WebformScheduledTask::isHalted in src/
Entity/ WebformScheduledTask.php - Check if a task has been halted.
File
- src/
Entity/ WebformScheduledTaskInterface.php, line 113
Class
- WebformScheduledTaskInterface
- An interface for the scheduled tasks.
Namespace
Drupal\webform_scheduled_tasks\EntityCode
public function isHalted();