Table of Contents

Class RuntimeProgressUpdate

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

Properties

Flow

public FlowRunResult? Flow { get; init; }

Property Value

FlowRunResult

FlowCount

public int? FlowCount { get; init; }

Property Value

int?

FlowId

public string? FlowId { get; init; }

Property Value

string

FlowIndex

public int? FlowIndex { get; init; }

Property Value

int?

FlowName

public string? FlowName { get; init; }

Property Value

string

Kind

public RuntimeProgressKind Kind { get; init; }

Property Value

RuntimeProgressKind

LogLevel

public string? LogLevel { get; init; }

Property Value

string

Message

public string? Message { get; init; }

Property Value

string

Run

public RunResult? Run { get; init; }

Property Value

RunResult

RunId

public string? RunId { get; init; }

Property Value

string

Step

public StepRunResult? Step { get; init; }

Property Value

StepRunResult

StepCount

public int? StepCount { get; init; }

Property Value

int?

StepIndex

public int? StepIndex { get; init; }

Property Value

int?