* Returns true if the job name has been registered. * @param name The name of the job. * @returns True if the job exists, false otherwise.
(name: JobName)
| 409 | * @returns True if the job exists, false otherwise. |
| 410 | */ |
| 411 | has(name: JobName): Observable<boolean>; |
| 412 | |
| 413 | /** |
| 414 | * Pause the scheduler, temporary queueing _new_ jobs. Returns a resume function that should be |
no outgoing calls
no test coverage detected