Skip to content

BatchScreenshotStatusDto

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts

Full batch status response for polling

Properties

PropertyType
idstring
statusJobStatus
progressnumber
totalUrlsnumber
capturedUrlsnumber
failedUrlsnumber
currentItemstring
currentStagestring
stageProgressnumber
screenshotsScreenshotResultDto[]
failuresScreenshotFailureDto[]
flowSteps{ flowStepId: number; blobUrl: string; annotationsFragment: string }[]
errorstring
timestamps`{
createdAt: Date;
updatedAt: Date;
startedAt?: Date;
completedAt?: Date;

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

Was this page helpful?

Download as PDF