(targetZone: Zone, isEmpty: HasTaskState)
| 610 | invokeTask(targetZone: Zone, task: Task, applyThis?: any, applyArgs?: any[]): any; |
| 611 | cancelTask(targetZone: Zone, task: Task): any; |
| 612 | hasTask(targetZone: Zone, isEmpty: HasTaskState): void; |
| 613 | } |
| 614 | |
| 615 | export type HasTaskState = { |
no outgoing calls
no test coverage detected