()
| 124 | delayUntil(dateOrTimestamp: Date | number): this; |
| 125 | timeout(milliseconds: number): this; |
| 126 | save(): Promise<this>; |
| 127 | save(cb: (err: Error, job: this) => void): void; |
| 128 | reportProgress(p: any): void; |
| 129 | remove(): Promise<this>; |
no outgoing calls
no test coverage detected