IJobRuns
in
List executed jobs
Keep track of background jobs: start time, resource used, exit status…
Tags
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
Return values
GeneratorrunningJobs()
List of currently running jobs
public
runningJobs([int $limit = 200 ]) : Generator
Parameters
- $limit : int = 200