PrivatefinalizedPrivateidlePrivateoptionsMarks the instance as finalized, meaning that no more jobs can be added. Once all the existing jobs complete, the onComplete callback will be called. In other words, here you tell the instance that you have no more jobs for it anf it can finish when all pending jobs (if any) are completed.
Privatetick
Add one or more jobs and start working if needed