Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useDocumentationJobs.ts
Live progress state for a running job
Properties
| Property | Type |
|---|---|
jobId | string |
progress | number |
currentStage | `string |
stageProgress | number |
currentItem | `string |
elapsedMs | number |
estimatedRemainingMs | number |
screenshotProgress | `{ |
batchIndex: number; totalBatches: number; captured: number; totalMappings: number;
}` |
Was this page helpful?