QueuedJob

class OC\BackgroundJob\QueuedJob
Class QueuedJob
create a background job that is to be executed once
Source:lib/private/BackgroundJob/QueuedJob.php#37
Parent:OC\BackgroundJob\Job

Methods

public OC\BackgroundJob\QueuedJob::execute($jobList, $logger=null)
run the job, then remove it from the joblist
Source:

lib/private/BackgroundJob/QueuedJob.php#44

Parameters: