Nextcloud PHP API (master)

IJobRuns

List executed jobs

Keep track of background jobs: start time, resource used, exit status…

Tags
since
34.0.0

Table of Contents

Methods

completedJobs()  : Generator
List of completed jobs
runningJobs()  : Generator
List of currently running jobs

Methods

completedJobs()

List of completed jobs

public completedJobs([array<int, JobStatus$statuses = [] ][, array<int, IJob>$classes = [] ][, int $limit = 200 ]) : Generator
Parameters
$statuses : array<int, JobStatus> = []
$classes : array<int, IJob>> = []
$limit : int = 200
Tags
since
34.0.0
Return values
Generator

runningJobs()

List of currently running jobs

public runningJobs([int $limit = 200 ]) : Generator
Parameters
$limit : int = 200
Tags
since
34.0.0
Return values
Generator
On this page

Search results