* Schedule an existing Task. * * Useful for rescheduling a task which was already canceled. * * @param task
(task: T)
| 285 | * @param task |
| 286 | */ |
| 287 | scheduleTask<T extends Task>(task: T): T; |
| 288 | |
| 289 | /** |
| 290 | * Allows the zone to intercept canceling of scheduled Task. |
no outgoing calls
no test coverage detected