Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionStates

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

Defines the stable state identifiers used by managed-connector command-execution results.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandExecutionStates

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

The requested command was translated into a provider-facing command shape.

public const string Adapted = "adapted"

string

The requested command remains blocked before Cephalon can safely route it.

public const string Blocked = "blocked"

string

The requested command could not be translated successfully.

public const string Failed = "failed"

string

The requested command does not require an outbound provider command.

public const string NoOp = "no-op"

string

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

public const string NotApplicable = "not-applicable"

string

The requested command still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

No matching provider execution adapter is currently available for the requested command.

public const string Unavailable = "unavailable"

string

No managed-connector command-execution outcome has been recorded yet for the execution runtime.

public const string Unrecorded = "unrecorded"

string