* Returns a promise that resolves with the job counts for the given queue of the given job statuses.
(types: JobStatus[] | JobStatus)
| 899 | * Returns a promise that resolves with the job counts for the given queue of the given job statuses. |
| 900 | */ |
| 901 | getJobCountByTypes(types: JobStatus[] | JobStatus): Promise<number>; |
| 902 | |
| 903 | /** |
| 904 | * Returns a promise that resolves with the quantity of completed jobs. |
no outgoing calls
no test coverage detected