You are here

public function QueueInterface::getProcessingTime in Advanced Queue 8

Gets the queue processing time.

Indicates how long the processor should process the queue.

Return value

int The queue processing time, in seconds. 0 for unlimited.

1 method overrides QueueInterface::getProcessingTime()
Queue::getProcessingTime in src/Entity/Queue.php
Gets the queue processing time.

File

src/Entity/QueueInterface.php, line 122

Class

QueueInterface
Defines the interface for queues.

Namespace

Drupal\advancedqueue\Entity

Code

public function getProcessingTime();