Table of Contents

Class AgentCompletedEvent

Namespace
Emissary
Assembly
Emissary.dll

The run ended. Always the final event of a stream.

public sealed record AgentCompletedEvent : AgentEvent, IEquatable<AgentEvent>, IEquatable<AgentCompletedEvent>
Inheritance
AgentCompletedEvent
Implements
Inherited Members

Constructors

AgentCompletedEvent(AgentResult)

The run ended. Always the final event of a stream.

public AgentCompletedEvent(AgentResult Result)

Parameters

Result AgentResult

The run outcome.

Properties

Result

The run outcome.

public AgentResult Result { get; init; }

Property Value

AgentResult