# mcp.exec.RunView

- **Module:** mcp.exec
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/exec.rs#L126
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-exec-runview/

What a command did.

## Members

- `pane` (attribute): The pane the command ran in.
- `outcome` (attribute): How the run finished.
- `exit_status` (attribute): The command's exit status, when it completed.
- `output` (attribute): Everything the command wrote, stdout and stderr interleaved in the order the program wrote them.
- `bytes` (attribute): How many bytes that was, before any truncation.
- `truncated` (attribute): Whether the output was truncated from the front.
