MCPcopy
hub / github.com/bee-queue/bee-queue / on

Method on

index.d.ts:116–116  ·  view source on GitHub ↗
(ev: 'succeeded', fn: (result: any) => void)

Source from the content-addressed store, hash-verified

114 status: 'created' | 'succeeded' | 'failed' | 'retrying';
115
116 on(ev: 'succeeded', fn: (result: any) => void): this;
117 on(ev: 'retrying', fn: (err: Error) => void): this;
118 on(ev: 'failed', fn: (err: Error) => void): this;
119 on(ev: 'progress', fn: (progress: any) => void): this;

Callers 13

constructorMethod · 0.80
makeClientMethod · 0.80
getEventPromiseMethod · 0.80
harness.jsFile · 0.80
recordUntilFunction · 0.80
makeQueueFunction · 0.80
queue-test.jsFile · 0.80
makeQueueFunction · 0.80
delay-test.jsFile · 0.80
job-test.jsFile · 0.80
web.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected