RepeatAt
job.repeatAt(time)
job.repeatAt(time)Example Usage
const job = pulse.create('test', {});
job.repeatAt("17:00");
await job.save(); // If you want to save it
Parameters
Returns
Last updated
job.repeatAt(time)const job = pulse.create('test', {});
job.repeatAt("17:00");
await job.save(); // If you want to save it
Last updated