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