* 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)
| 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. |
no outgoing calls
no test coverage detected