* Allows the zone to intercept canceling of scheduled Task. * * The interception is configured using [ZoneSpec.onCancelTask]. The default canceler invokes * the [Task.cancelFn]. * * @param task * @returns {any}
(task: Task)
| 296 | * @returns {any} |
| 297 | */ |
| 298 | cancelTask(task: Task): any; |
| 299 | } |
| 300 | |
| 301 | export declare interface ZoneType { |
no outgoing calls
no test coverage detected