Run
job.run()
job.run()Example Usage
const job = pulse.create('test', {});
job.run()
.then(() => console.log('Job execution completed.'))
.catch(error => console.error('Job execution failed:', error));Parameters
Returns
Last updated