Expand description
Progress monitoring and cancellation mechanism
This module provides progress monitoring, cancellation mechanisms, and remaining time estimation for the export process. Supports callback interfaces, graceful interruption, and partial result saving.
Structs§
- Cancellation
Token - Cancellation token for interrupting export operations
- Console
Progress Display - Console progress display
- Export
Progress - Export progress information
- Progress
Config - Progress monitoring configuration
- Progress
Monitor - Progress monitor
Enums§
- Export
Stage - Export stage
Type Aliases§
- Progress
Callback - Progress callback function type