UpdatedBatchJobCounts
class UpdatedBatchJobCounts
Methods
__construct(int $pendingJobs = 0, int $failedJobs = 0)
Create a new batch job counts object.
bool
allJobsHaveRanExactlyOnce()
Determine if all jobs have run exactly once.
Details
at line 12
__construct(int $pendingJobs = 0, int $failedJobs = 0)
Create a new batch job counts object.
at line 21
bool
allJobsHaveRanExactlyOnce()
Determine if all jobs have run exactly once.