This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
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