Start
pulse.start()
pulse.start()Example Usage
const pulse = new Pulse();
pulse.processEvery(100);
pulse.start(); // It should be in this position See NOTES section at the page
pulse.every('1 day', 'dailyReport', { reportId: 123 });Returns
Notes
Last updated