# libtmux_mcp.models.RunCommandResult

- **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#L360
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-runcommandresult/

Result of running a shell command in a pane.

## Members

- `pane_id` (attribute)
- `exit_status` (attribute)
- `timed_out` (attribute)
- `elapsed_seconds` (attribute)
- `output` (attribute)
- `output_truncated` (attribute)
- `output_truncated_lines` (attribute)
- `effective_timeout` (attribute)
