PollingProgress Type — typescript-sdk Architecture
Architecture documentation for the PollingProgress type/interface in async.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD f032b4e9_2bb3_7aa0_d0d3_1ab576f3f5c9["PollingProgress"] dcc90704_6e64_7ec2_9ee4_aaa5200dbd17["async.ts"] f032b4e9_2bb3_7aa0_d0d3_1ab576f3f5c9 -->|defined in| dcc90704_6e64_7ec2_9ee4_aaa5200dbd17 style f032b4e9_2bb3_7aa0_d0d3_1ab576f3f5c9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/async.ts lines 79–86
export interface PollingProgress {
jobId: string;
status: string;
attempt: number;
maxAttempts: number;
elapsedMs: number;
nextRetryMs?: number;
}
Defined In
Source
Frequently Asked Questions
What is the PollingProgress type?
PollingProgress is a type/interface in the typescript-sdk codebase, defined in src/async.ts.
Where is PollingProgress defined?
PollingProgress is defined in src/async.ts at line 79.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free