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

Method runTask

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

* Execute the Task by restoring the [Zone.currentTask] in the Task's zone. * * @param task to run * @param applyThis * @param applyArgs * @returns {any} Value from the `task.callback` function.

(task: Task, applyThis?: any, applyArgs?: any)

Source from the content-addressed store, hash-verified

227 * @returns {any} Value from the `task.callback` function.
228 */
229 runTask<T>(task: Task, applyThis?: any, applyArgs?: any): T;
230
231 /**
232 * Schedule a MicroTask.

Callers 5

commonTestsFunction · 0.65
runTaskMethod · 0.65
invokeTaskMethod · 0.65
zone.spec.tsFile · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected