Kind: Interface
Source: atloria-monorepo/apps/web/src/components/DocAutomation/ProgressPanel.tsx
Properties
| Property | Type |
|---|---|
progress | number |
currentStage | `string |
stageProgress | number |
currentItem | `string |
elapsedMs | number |
estimatedRemainingMs | number |
isRunning | boolean |
isFailed | boolean |
isCancelled | boolean |
error | `Error |
onCancel | () => void |
screenshotProgress | `{ |
batchIndex: number; totalBatches: number; captured: number; totalMappings: number;
} | null| |onCancelScreenshots|() => void` |
Was this page helpful?