Expand description
Live Progress Reporter Trait
Defines the interface for reporting pipeline execution progress in real-time. Implementations can target terminals, GitHub Check Runs, or other backends.
Structs§
- Live
Pipeline Progress - Live progress of a pipeline execution.
- Live
Task Progress - Live progress information for a single task.
- NoOp
Reporter - No-op reporter for when progress reporting is disabled.
Enums§
- Live
Task Status - Status of a task during live execution (extends TaskStatus with Running state).
Traits§
- Progress
Reporter - Trait for reporting pipeline execution progress in real-time.