Touch
job.touch(progress?)
job.touch(progress?)Example Usage
const job = pulse.create('test', {});
job.touch(10);Parameters
progress(number?): An optional argument that indicates progress value for the proceeding task.
Returns
Promise<Job>: A promise that resolves with the updated job instance after thelockedAttime has been refreshed and the job has been saved.
Last updated
Was this helpful?