Cancels the task. Repeated calls have no effect.
(reason?: unknown)
| 74 | readonly signal: AbortSignal; |
| 75 | /** Cancels the task. Repeated calls have no effect. */ |
| 76 | cancel(reason?: unknown): void; |
| 77 | } |
| 78 | |
| 79 | /** Options applied to an idle-opportunity plan. */ |
no outgoing calls