You are here

public function TaskPluginBase::onSuccess in Webform Scheduled Tasks 8.2

Called when a task is successful.

Overrides ScheduledTaskNotifyInterface::onSuccess

3 methods override TaskPluginBase::onSuccess()
HaltExceptionTask::onSuccess in tests/modules/webform_scheduled_tasks_test_types/src/Plugin/WebformScheduledTasks/Task/HaltExceptionTask.php
Called when a task is successful.
RetryExceptionTask::onSuccess in tests/modules/webform_scheduled_tasks_test_types/src/Plugin/WebformScheduledTasks/Task/RetryExceptionTask.php
Called when a task is successful.
TestTask::onSuccess in tests/modules/webform_scheduled_tasks_test_types/src/Plugin/WebformScheduledTasks/Task/TestTask.php
Called when a task is successful.

File

src/Plugin/WebformScheduledTasks/TaskPluginBase.php, line 80

Class

TaskPluginBase
A base class for task plugins.

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks

Code

public function onSuccess() {
}