Table of Contents

Class PipelineExecutionResult

Namespace
JD.AI.Sandbox.Pipeline
Assembly
JD.AI.Sandbox.dll

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

string

Stages

public IReadOnlyList<StageResult> Stages { get; init; }

Property Value

IReadOnlyList<StageResult>

Success

public bool Success { get; init; }

Property Value

bool

TotalElapsed

public TimeSpan TotalElapsed { get; init; }

Property Value

TimeSpan