Class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector provider execution-orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderExecutionOrchestrationStates
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”NotApplicable
Section titled “ NotApplicable”Provider execution orchestration does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider execution orchestration still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OrchestrationBlocked
Section titled “ OrchestrationBlocked”Provider execution orchestration remains blocked by shared runtime policy, scheduler, or orchestration truth.
public const string OrchestrationBlocked = "orchestration-blocked"Field Value
Section titled “Field Value”OrchestrationCompleted
Section titled “ OrchestrationCompleted”Provider execution orchestration no longer needs an additional provider-facing orchestration step on the shared lane.
public const string OrchestrationCompleted = "orchestration-completed"Field Value
Section titled “Field Value”OrchestrationExecuting
Section titled “ OrchestrationExecuting”Provider execution orchestration is currently executing one provider-facing orchestration step.
public const string OrchestrationExecuting = "orchestration-executing"Field Value
Section titled “Field Value”OrchestrationReady
Section titled “ OrchestrationReady”Provider execution orchestration is currently ready on the shared runtime surface.
public const string OrchestrationReady = "orchestration-ready"Field Value
Section titled “Field Value”OrchestrationRisk
Section titled “ OrchestrationRisk”Provider execution orchestration currently remains risky because broader shared runtime truth is not safe enough yet.
public const string OrchestrationRisk = "orchestration-risk"