# control.BlockResult

- **Module:** control
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/control.rs#L356
- **Page:** https://libtmux.org/en/rs/latest/reference/control-blockresult/

The outcome of one command sent over control mode.

## Members

- `number` (method): Return the block number tmux assigned.
- `succeeded` (method): Report whether tmux closed the block with `%end` rather than `%error`.
- `output` (method): Return the lines tmux printed inside the block.
- `refusal_for` (method): Classify an error block as a refusal for a named operation.
