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