* Optional handling when a task run throws an error. * @param {Error} unusedError * @private
(unusedError)
| 208 | * @private |
| 209 | */ |
| 210 | onTaskError_(unusedError) { |
| 211 | // By default, no-op. |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Returns true if this task should be run without delay. |