Class StepInstability
- Namespace
- Cress.Studio.Services
- Assembly
- Cress.Execution.dll
public sealed record StepInstability : IEquatable<StepInstability>
- Inheritance
-
StepInstability
- Implements
-
- Inherited Members
-
Properties
FailCount
public int FailCount { get; init; }
Property Value
- int
FlakeRate
public double FlakeRate { get; init; }
Property Value
- double
StepIndex
public int StepIndex { get; init; }
Property Value
- int
StepName
public string StepName { get; init; }
Property Value
- string
TotalCount
public int TotalCount { get; init; }
Property Value
- int