Skip to content

BatchStatusResponse

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/screenshot-worker.types.ts

Full batch status response

Properties

PropertyType
idstring
statusJobStatus
progressnumber
totalUrlsnumber
capturedUrlsnumber
failedUrlsnumber
currentItemstring
currentStagestring
stageProgressnumber
screenshotsScreenshotResult[]
failuresScreenshotFailure[]
errorstring
timestamps`{
createdAt: string;
updatedAt: string;
startedAt?: string;
completedAt?: string;

}| |estimatedCompletion|string| |stats|{ averageCaptureTimeMs: number; successRate: number; retryCount: number; }` |

Was this page helpful?

Download as PDF