Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStates

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

Defines the stable state identifiers used by managed-connector command-journal answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalStates

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

The command journal currently retains bounded recent history and the retained evidence is sufficient for operator-facing automation answers.

public const string Bounded = "bounded"

string

The command journal currently retains matching recent command evidence that is still inside the retry cooldown window.

public const string CooldownActive = "cooldown-active"

string

The command journal currently retains matching command evidence showing that replaying the command would be duplicative.

public const string DuplicateEvidencePresent = "duplicate-evidence-present"

string

The command journal currently has no recorded managed-connector command outcomes.

public const string Empty = "empty"

string

The command journal currently retains history, but the retained evidence is still insufficient for automatic execution or background automation.

public const string InsufficientForAutomation = "insufficient-for-automation"

string

The command journal does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

The command journal currently retains only the newest bounded command history because older entries were truncated.

public const string Truncated = "truncated"

string