Files
DP44/docs/ai/Common/DTS.Common/Interface/StatusAndProgressBar.md
2026-04-17 14:55:32 -04:00

21 lines
980 B
Markdown

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