public function WebformScheduledTaskInterface::getHaltedReason in Webform Scheduled Tasks 8.2
Get the reason a task was halted.
Return value
string The reason a task was halted.
Throws
\Exception Throws an exception if the task has not been halted.
1 method overrides WebformScheduledTaskInterface::getHaltedReason()
- WebformScheduledTask::getHaltedReason in src/
Entity/ WebformScheduledTask.php - Get the reason a task was halted.
File
- src/
Entity/ WebformScheduledTaskInterface.php, line 124
Class
- WebformScheduledTaskInterface
- An interface for the scheduled tasks.
Namespace
Drupal\webform_scheduled_tasks\EntityCode
public function getHaltedReason();