Table of Contents

Class StoredRunResult

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public sealed record StoredRunResult : IEquatable<StoredRunResult>
Inheritance
StoredRunResult
Implements
Inherited Members

Properties

ArtifactDirectory

public string ArtifactDirectory { get; init; }

Property Value

string

Result

public RunResult Result { get; init; }

Property Value

RunResult