> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OperationStatus

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials.Merlin

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.Merlin.OperationStatus
```

## Values

| Name         | Value | Description |
| ------------ | ----- | ----------- |
| `NotStarted` | 0     |             |
| `InProgress` | 1     |             |
| `Failed`     | 99    |             |
| `Succeeded`  | 100   |             |
