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

980 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
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
2026-04-17T16:02:22.284071+00:00 zai-org/GLM-5-FP8 1 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