Cancellable
Defined in: src/Scheduler.ts:4
A handle that lets callers cancel a scheduled task.
Properties
Section titled “Properties”isCancelled
Section titled “isCancelled”
readonlyisCancelled:boolean
Defined in: src/Scheduler.ts:6
Methods
Section titled “Methods”cancel()
Section titled “cancel()”cancel():
boolean
Defined in: src/Scheduler.ts:5
Returns
Section titled “Returns”boolean