abstract public function Job::execute in Apigee Edge 8
Executes this job.
This function should be called only by the JobExecutor.
Return value
bool Whether the job is incomplete. Returning TRUE here means that the job will be rescheduled.
1 method overrides Job::execute()
- EdgeJob::execute in src/
Job/ EdgeJob.php - Executes this job.
File
- src/
Job/ Job.php, line 274
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public abstract function execute() : bool;