Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
Initial response after creating a batch screenshot job
Properties
| Property | Type |
|---|---|
id | string |
status | JobStatus |
projectId | string |
organizationId | string |
name | string |
totalUrls | number |
capturedUrls | number |
failedUrls | number |
progress | number |
createdAt | Date |
updatedAt | Date |
completedAt | Date |
error | string |
Was this page helpful?