Skip to content

EveCancellationOutcome

NexusLabs.Eve

EveCancellationOutcome Class

Carries the successful response from an eve turn-cancellation request.

public sealed record EveCancellationOutcome : System.IEquatable<NexusLabs.Eve.EveCancellationOutcome>

Inheritance System.Object → EveCancellationOutcome

Implements System.IEquatable<EveCancellationOutcome>

Properties

EveCancellationOutcome.SessionId Property

Gets the session targeted by the request, or null when there was no active turn to cancel.

public string? SessionId { get; }

Property Value

System.String

Remarks

eve 0.31.0 returns the identifier only for Accepted. A NoActiveTurn result names no session because none was cancelled.

EveCancellationOutcome.Status Property

Gets the cancellation disposition.

public NexusLabs.Eve.EveCancellationStatus Status { get; }

Property Value

EveCancellationStatus