Meteor job collection,updating job queue collection

I am using meteor job collection https://github.com/vsivsi/meteor-job-collection and i am wondering how to update the collection job collection created in mongo.

Should i update the status of the job by first obtaining the id of the current job or does job collection update the mongodb collection by itself?.