MCPcopy
hub / github.com/angular/angular / invokeTask

Method invokeTask

packages/zone.js/lib/zone-impl.ts:610–610  ·  view source on GitHub ↗
(targetZone: Zone, task: Task, applyThis?: any, applyArgs?: any[])

Source from the content-addressed store, hash-verified

608 handleError(targetZone: Zone, error: any): boolean;
609 scheduleTask(targetZone: Zone, task: Task): Task;
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}

Callers 15

onInvokeTaskMethod · 0.65
counting-zone.jsFile · 0.65
runTaskMethod · 0.65
initZoneFunction · 0.65
patchErrorFunction · 0.65
onInvokeTaskMethod · 0.65
onInvokeTaskMethod · 0.65
onInvokeTaskMethod · 0.65
onInvokeTaskMethod · 0.65
onInvokeTaskFunction · 0.65

Implementers 1

_ZoneDelegatepackages/zone.js/lib/zone-impl.ts

Calls

no outgoing calls

Tested by 1

onInvokeTaskFunction · 0.52