# LiveJobProgress

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/hooks/useDocumentationJobs.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useDocumentationJobs.ts#L22)

Live progress state for a running job

## Properties

| Property | Type |
|---|---|
| `jobId` | `string` |
| `progress` | `number` |
| `currentStage` | `string | null` |
| `stageProgress` | `number` |
| `currentItem` | `string | null` |
| `elapsedMs` | `number` |
| `estimatedRemainingMs` | `number` |
| `screenshotProgress` | `{
    batchIndex: number;
    totalBatches: number;
    captured: number;
    totalMappings: number;
  }` |
