# libtmux_mcp.models.SendKeysOperationResult

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L433
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-sendkeysoperationresult/

Per-operation result from batch sending.

Returned by :func:`~libtmux_mcp.tools.pane_tools.send_keys_batch`.

## Members

- `index` (attribute)
- `pane_id` (attribute)
- `success` (attribute)
- `error` (attribute)
- `elapsed_seconds` (attribute)
