R
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 ResumableOptions

Properties

PropertyTypeDescription
immediate?boolean | undefined