Class StageResult
Result of a single pipeline stage.
public sealed class StageResult
- Inheritance
-
StageResult
- Inherited Members
Properties
Execution
public required SandboxExecutionResult Execution { get; init; }
Property Value
OutputBytes
public byte[]? OutputBytes { get; init; }
Property Value
- byte[]
StageName
public required string StageName { get; init; }