class UpdatedBatchJobCounts (View source)
| int | $pendingJobs | The number of pending jobs remaining for the batch. | |
| int | $failedJobs | The number of failed jobs that belong to the batch. | 
| void | __construct(int $pendingJobs = 0, int $failedJobs = 0) Create a new batch job counts object. | |
| bool | allJobsHaveRanExactlyOnce() Determine if all jobs have ran exactly once. | 
Create a new batch job counts object.
Determine if all jobs have ran exactly once.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Bus/UpdatedBatchJobCounts.html