Module progress_tracker

Module progress_tracker 

Source
Expand description

Progress tracking and reporting for execution plans

Tracks execution progress and provides callbacks for UI updates. Supports reporting:

  • Current step and total steps
  • Overall progress percentage
  • Estimated time remaining
  • Progress callbacks for real-time UI updates

Structs§

ProgressTracker
Tracks execution progress and provides real-time updates
ProgressUpdate
Progress update event

Type Aliases§

ProgressCallback
Callback function for progress updates