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

# StopRuntime

> Остановка scenario runtime по DeviceRef.

# StopRuntime

## Pins

| Direction | Handle    | Type      |
| --------- | --------- | --------- |
| in exec   | `exec-in` | exec      |
| in data   | `device`  | DeviceRef |

Нет выходов.

## Runtime

На exec: `resolveInput(device)` → при `valid` вызывает `host.stopScenarioRuntime(deviceRef)`.

## Preconditions

* `DeviceRef.valid === true`

## Code

`packages/device-board/src/graph/stop-runtime-node.ts` · `block-executor.ts`
