Skip to content

Class EventPublicationRuntimeOutcomes

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines stable outcome identifiers reported by event-publication runtime-state catalogs.

public static class EventPublicationRuntimeOutcomes

objectEventPublicationRuntimeOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The publication was accepted or staged by the active runtime, but downstream delivery may still be pending.

public const string Accepted = "accepted"

string

The publication failed while the active runtime processed it.

public const string Failed = "failed"

string

The publication was accepted but no runtime-owned work was executed.

public const string Skipped = "skipped"

string

The publication completed its runtime-owned execution path successfully.

public const string Succeeded = "succeeded"

string