You are here

public function ScheduledTaskNotifyInterface::onSuccess in Webform Scheduled Tasks 8.2

Called when a task is successful.

2 methods override ScheduledTaskNotifyInterface::onSuccess()
ResultSetPluginBase::onSuccess in src/Plugin/WebformScheduledTasks/ResultSetPluginBase.php
Called when a task is successful.
TaskPluginBase::onSuccess in src/Plugin/WebformScheduledTasks/TaskPluginBase.php
Called when a task is successful.

File

src/Plugin/WebformScheduledTasks/ScheduledTaskNotifyInterface.php, line 13

Class

ScheduledTaskNotifyInterface
An interface for scheduled task plugins that are notified.

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks

Code

public function onSuccess();