QueuedJob¶
-
class
OC\BackgroundJob\
QueuedJob
¶ - Class QueuedJobcreate 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: Parameters: - $jobList (
OC\BackgroundJob\JobList
) - $logger (
OCP\ILogger
| null)
- $jobList (