This function is deprecated. Please move to using .start() instead, as
shown:
Old
New
makeJob() makeJob(null/undefined)
root.start()
makeJob(parent)
parent.start()
If for some reason you are currently using a custom stop function and need
to keep it for backward compatibility, you can use .restart() on the new
job to remove the default stop function from its parent, then replace it with
.must(parent.release(stop)).
This function is deprecated. Please move to using
.start()instead, as shown:makeJob()makeJob(null/undefined)root.start()makeJob(parent)parent.start()If for some reason you are currently using a custom
stopfunction and need to keep it for backward compatibility, you can use.restart()on the new job to remove the default stop function from its parent, then replace it with.must(parent.release(stop)).