Home / Type/ PollingProgress Type — typescript-sdk Architecture

PollingProgress Type — typescript-sdk Architecture

Architecture documentation for the PollingProgress type/interface in async.ts from the typescript-sdk codebase.

Entity Profile

Source Code

src/async.ts lines 79–86

export interface PollingProgress {
  jobId: string;
  status: string;
  attempt: number;
  maxAttempts: number;
  elapsedMs: number;
  nextRetryMs?: number;
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free