Expand description
Progress tracking and task polling for async Cloud operations
Cloud API operations return a TaskStateUpdate which must be polled
until completion. This module provides utilities for that polling
with optional progress callbacks for UI updates.
Enums§
- Progress
Event - Progress events emitted during async operations
Functions§
- poll_
task - Poll a Cloud task until completion
Type Aliases§
- Progress
Callback - Callback type for progress updates