Class StudioRunComparisonItem
- Namespace
- Cress.Studio.Services
- Assembly
- Cress.Execution.dll
public sealed record StudioRunComparisonItem : IEquatable<StudioRunComparisonItem>
- Inheritance
-
StudioRunComparisonItem
- Implements
-
- Inherited Members
-
Properties
CurrentOutcome
public RunOutcome CurrentOutcome { get; init; }
Property Value
- RunOutcome
DurationDeltaMs
public double? DurationDeltaMs { get; init; }
Property Value
- double?
FlowId
public string FlowId { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
PassedWithRetry
public bool PassedWithRetry { get; init; }
Property Value
- bool
PreviousOutcome
public RunOutcome? PreviousOutcome { get; init; }
Property Value
- RunOutcome?