Skip to main content

Module progress

Module progress 

Source
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§

ProgressEvent
Progress events emitted during async operations

Functions§

poll_task
Poll a Cloud task until completion

Type Aliases§

ProgressCallback
Callback type for progress updates