Class PipelineExecutionResult
Result of a pipeline execution spanning multiple stages (e.g., planner → executor).
public sealed class PipelineExecutionResult
- Inheritance
-
PipelineExecutionResult
- Inherited Members
Properties
Error
public string? Error { get; init; }
Property Value
Stages
public IReadOnlyList<StageResult> Stages { get; init; }
Property Value
Success
public bool Success { get; init; }
Property Value
TotalElapsed
public TimeSpan TotalElapsed { get; init; }