ResumeOnRestart
pulse.resumeOnRestart(resume)
pulse.resumeOnRestart(resume)Example Usage
const pulse = new Pulse();
pulse.resumeOnRestart(true) // or pulse.resumeOnRestart()
//or new Pulse({ resumeOnRestart: true });Parameters
resume(boolean- optional): Iftrue, enables resuming unfinished jobs after restart. Defaults totrue.
Returns
Pulse: Returns the instance of thePulseclass, enabling method chaining.
Last updated
Was this helpful?