---
url: >-
  https://adk.nht.io/api/batteries/orchestration/cells/lua/interfaces/LuaCellStatus.md
description: >-
  Inspectable runtime status of a Lua cell instance: which enforcement layers
  are live and which were probed away at construction. Exposed for diagnostics
  and for tests that need to assert the guarantee without triggering a runaway
  script.
---

# Interface: LuaCellStatus

Defined in: [src/batteries/orchestration/cells/lua/index.ts:241](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L241)

Inspectable runtime status of a Lua cell instance: which enforcement layers are live and which
were probed away at construction. Exposed for diagnostics and for tests that need to assert the
guarantee without triggering a runaway script.

## Properties

| Property                                                      | Modifier   | Type                                                      | Description                                                                       | Defined in                                                                                                                                                    |
| ------------------------------------------------------------- | ---------- | --------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `guarantee`                   | `readonly` | [`LuaCellGuarantee`](../type-aliases/LuaCellGuarantee.md) | The enforcement guarantee actually being delivered.                               | [src/batteries/orchestration/cells/lua/index.ts:243](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L243) |
|  `instructionLimit`     | `readonly` | `number` | `null`                                        | The instruction budget the count hook enforces, if the hook is live; else `null`. | [src/batteries/orchestration/cells/lua/index.ts:245](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L245) |
|  `memoryCeilingBytes` | `readonly` | `number` | `null`                                        | The memory ceiling the allocator cap enforces, if the cap is live; else `null`.   | [src/batteries/orchestration/cells/lua/index.ts:247](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L247) |
|  `timeoutMs`                   | `readonly` | `number`                                                  | The wall-clock timeout the watchdog enforces. Always live.                        | [src/batteries/orchestration/cells/lua/index.ts:249](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L249) |
