Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector command-envelope answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeStates
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”ApprovalGated
Section titled “ ApprovalGated”Cephalon can describe the command envelope, but the write-path still requires approval before future engine execution.
public const string ApprovalGated = "approval-gated"Field Value
Section titled “Field Value”Blocked
Section titled “ Blocked”The managed connector still has one or more blockers before Cephalon can trust a runnable command envelope.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”EngineReady
Section titled “ EngineReady”Cephalon can describe the command envelope and the shared execution lane is ready for later engine execution work.
public const string EngineReady = "engine-ready"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently produce a managed-connector command envelope.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Cephalon can describe the command envelope, but the write-path remains operator-owned.
public const string OperatorOnly = "operator-only"