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 CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Adapted
Section titled “ Adapted”The requested command was translated into a provider-facing command shape.
public const string Adapted = "adapted"Field Value
Section titled “Field Value”Blocked
Section titled “ Blocked”The requested command remains blocked before Cephalon can safely route it.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The requested command could not be translated successfully.
public const string Failed = "failed"Field Value
Section titled “Field Value”The requested command does not require an outbound provider command.
public const string NoOp = "no-op"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The requested command does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The requested command still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”Unavailable
Section titled “ Unavailable”No matching provider execution adapter is currently available for the requested command.
public const string Unavailable = "unavailable"Field Value
Section titled “Field Value”Unrecorded
Section titled “ Unrecorded”No managed-connector command-execution outcome has been recorded yet for the execution runtime.
public const string Unrecorded = "unrecorded"