MCPcopy Create free account
hub / github.com/cloudconvert/cloudconvert-cli / JobCompletionCallbacks

Interface JobCompletionCallbacks

src/job.ts:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23type UploadFilesByTaskName = Record<string, string>;
24
25interface JobCompletionCallbacks {
26 isSettled: () => boolean;
27 isCancelled: () => boolean;
28 finishJob: (job: Job) => void;
29 failJob: (job?: Job) => void;
30}
31
32interface InterruptSignalEmitter {
33 once(signal: 'SIGINT', listener: () => void): unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected