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

Function isCancelled

src/job.ts:165–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 let settled = false;
164 const isSettled = (): boolean => settled;
165 const isCancelled = (): boolean => cancellationSignal?.aborted ?? false;
166
167 const stopWaiting = (): void => {
168 if (settled) {

Callers 2

finishJobFunction · 0.85
failJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected