Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

Where can I find function prototype needed for each events #1194

Open Jageen opened 6 years ago

Jageen commented 6 years ago

I want to implement job events but I could not find our function prototype needed to pass at callback parameters

https://github.com/Automattic/kue/blob/master/Readme.md#job-events

here in sample only few events are covert but what about other events ? how can i know about callback function's prototype.