You are here

constant AdvancedQueueEvents::POST_PROCESS in Advanced Queue 8

Name of the event fired after processing a job.

Fired before the job is passed back to the backend, allowing event subscribers to modify it when needed.

See also

\Drupal\advancedqueue\Event\JobEvent

File

src/Event/AdvancedQueueEvents.php, line 29

Class

AdvancedQueueEvents
Defines events for Advanced queue.

Namespace

Drupal\advancedqueue\Event

Code

const POST_PROCESS = 'advancedqueue.post_process';