Enable
job.enable()
job.enable()
Example Usage
const job = pulse.create('test', {});
job.enable();
job.save(); // If you want to save it
Parameters
Returns
Job
: Returns the job instance, enabling method chaining. This allows for further modifications to the job or chaining additional method calls.
Last updated
Was this helpful?