Table of Contents

Class StepEvent

Namespace
JD.AI.Workflows
Assembly
JD.AI.Workflows.dll
public sealed record StepEvent : IEquatable<StepEvent>
Inheritance
StepEvent
Implements
Inherited Members

Constructors

StepEvent(string, StepEventKind, DateTimeOffset, TimeSpan?, string?)

public StepEvent(string StepName, StepEventKind Kind, DateTimeOffset Timestamp, TimeSpan? Duration = null, string? Error = null)

Parameters

StepName string
Kind StepEventKind
Timestamp DateTimeOffset
Duration TimeSpan?
Error string

Properties

Duration

public TimeSpan? Duration { get; init; }

Property Value

TimeSpan?

Error

public string? Error { get; init; }

Property Value

string

Kind

public StepEventKind Kind { get; init; }

Property Value

StepEventKind

StepName

public string StepName { get; init; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset