Table of Contents

Class RunOptions

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record RunOptions : IEquatable<RunOptions>
Inheritance
RunOptions
Implements
Inherited Members

Properties

ContinueOnFailure

public bool ContinueOnFailure { get; init; }

Property Value

bool

DryRun

public bool DryRun { get; init; }

Property Value

bool

EvidenceModeOverride

public string? EvidenceModeOverride { get; init; }

Property Value

string

FlowPath

public string? FlowPath { get; init; }

Property Value

string

FlowPaths

public IReadOnlyList<string> FlowPaths { get; init; }

Property Value

IReadOnlyList<string>

Parallel

public int? Parallel { get; init; }

Property Value

int?

Profile

public string? Profile { get; init; }

Property Value

string

ReportFormats

public IReadOnlyList<string> ReportFormats { get; init; }

Property Value

IReadOnlyList<string>

RetryCountOverride

public int? RetryCountOverride { get; init; }

Property Value

int?

ScreenshotPolicyOverride

public string? ScreenshotPolicyOverride { get; init; }

Property Value

string

StartFromStep

public string? StartFromStep { get; init; }

Property Value

string

Tag

public string? Tag { get; init; }

Property Value

string

Trigger

public string? Trigger { get; init; }

Property Value

string