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

# LoadingStatus

> Outlines the different phases of the loading cycle.

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.LoadingStatus
```

## Summary

Outlines the different phases of the loading cycle.

## Values

| Name        | Value | Description |
| ----------- | ----- | ----------- |
| `NotLoaded` | 0     |             |
| `Loading`   | 1     |             |
| `Failed`    | 99    |             |
| `Loaded`    | 100   |             |
