Enum OperationStatus
- Namespace
 - FoundationaLLM.Common.Models.Orchestration
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents the status of a long-running operation.
public enum OperationStatus
  - Extension Methods
 
Fields
Completed = 1Operation has been completed.
Failed = 2Operation has completed in a failed state
InProgress = 0Operation is in progress.