I
ResumableOptions
Often times, we want to pause and resume a process. This is a common pattern in reactive programming. This interface defines the options and actions for a resumable process.
Signature
ts
interface ResumableOptionsProperties
| Property | Type | Description |
|---|---|---|
immediate? | boolean | undefined | — |