public function JobResult::getRetryDelay in Advanced Queue 8
Gets the retry delay.
Return value
int|null The retry delay, or NULL if the job type default should be used.
File
- src/
JobResult.php, line 127
Class
- JobResult
- Represents a job result.
Namespace
Drupal\advancedqueueCode
public function getRetryDelay() {
return $this->retryDelay;
}