--- source_files: - Common/DTS.Common/Interface/StatusAndProgressBar/IStatusAndProgressBarView.cs - Common/DTS.Common/Interface/StatusAndProgressBar/IStatusAndProgressFooterView.cs - Common/DTS.Common/Interface/StatusAndProgressBar/IStatusAndProgressBarFooterViewModel.cs - Common/DTS.Common/Interface/StatusAndProgressBar/IStatusAndProgressBarViewModel.cs - Common/DTS.Common/Interface/StatusAndProgressBar/StatusAndProgressDelegates.cs generated_at: "2026-04-17T16:02:22.284071+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "b7c6bd43a8c00b74" --- # StatusAndProgressBar ### Purpose This module provides interfaces and delegates for status reporting and progress indication within the application's UI. It supports both a main progress bar view and a footer-based progress display, enabling decoupled communication between background operations and UI updates through defined delegate types. ### Public Interface **IStatusAndProgressBarView** : `IBase