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

# LibraryStatusEnum enum

> Lifecycle states a library can be in.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# LibraryStatusEnum

## Summary

Lifecycle states a library can be in.

## Members

| Member     | Description                                                        |
| ---------- | ------------------------------------------------------------------ |
| `CLEAR`    | The library has been cleared and its resources released.           |
| `LOADED`   | The library has been successfully initialised and is ready to use. |
| `UNLOADED` | The library has not been initialised yet.                          |
