# OperationStatus

Enum

Current processing status of an operation.

## Values

| Value | Description |
| --- | --- |
| `COMPLETED` | All items in the operation have been processed successfully. |
| `FAILED` | All items in the operation have failed. |
| `PARTIAL` | The operation finished but some items failed while others succeeded. |
| `PROCESSING` | The operation is currently being processed. |
| `QUEUED` | The operation has been created but processing has not yet started. |
