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 = 1
Operation has been completed.
Failed = 2
Operation has completed in a failed state
InProgress = 0
Operation is in progress.