MCPcopy Index your code
hub / github.com/angular/angular / scheduleEventTask

Method scheduleEventTask

packages/zone.js/lib/zone-impl.ts:272–272  ·  view source on GitHub ↗

* Schedule an EventTask. * * @param source * @param callback * @param data * @param customSchedule * @param customCancel

(
    source: string,
    callback: Function,
    data?: TaskData,
    customSchedule?: (task: Task) => void,
    customCancel?: (task: Task) => void,
  )

Source from the content-addressed store, hash-verified

270 * @param customCancel
271 */
272 scheduleEventTask(
273 source: string,
274 callback: Function,
275 data?: TaskData,

Callers 7

commonTestsFunction · 0.65
runTaskMethod · 0.65
patchErrorFunction · 0.65
makeAddListenerFunction · 0.65
Error.spec.tsFile · 0.65
zone.spec.tsFile · 0.65
task.spec.tsFile · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected