# ProgressPanelProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/DocAutomation/ProgressPanel.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/DocAutomation/ProgressPanel.tsx#L145)

## Properties

| Property | Type |
|---|---|
| `progress` | `number` |
| `currentStage` | `string | null` |
| `stageProgress` | `number` |
| `currentItem` | `string | null` |
| `elapsedMs` | `number` |
| `estimatedRemainingMs` | `number` |
| `isRunning` | `boolean` |
| `isFailed` | `boolean` |
| `isCancelled` | `boolean` |
| `error` | `Error | null` |
| `onCancel` | `() => void` |
| `screenshotProgress` | `{
    batchIndex: number;
    totalBatches: number;
    captured: number;
    totalMappings: number;
  } | null` |
| `onCancelScreenshots` | `() => void` |
