MCPcopy
hub / github.com/OptimalBits/bull / on

Method on

index.d.ts:991–991  ·  view source on GitHub ↗

* Listens to queue events

(event: string, callback: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

989 * Listens to queue events
990 */
991 on(event: string, callback: (...args: any[]) => void): this;
992
993 /**
994 * An error occured

Callers 15

procFnFunction · 0.95
job.jsFile · 0.80
isRedisReadyFunction · 0.80
QueueFunction · 0.80
queue.jsFile · 0.80
master.jsFile · 0.80
sandbox.jsFile · 0.80
child-pool.jsFile · 0.80
initChildFunction · 0.80
test_events.jsFile · 0.80
test_pause.jsFile · 0.80
test_getters.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected