# control.ControlSender.resume_pane

- **Module:** control.ControlSender
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/control.rs#L795
- **Page:** https://libtmux.org/reference/rs/control-controlsender-resume_pane/

```
control.ControlSender.resume_pane(self, pane: &PaneId) -> Result<(), Error>
```

Resume a pane tmux paused because this connection fell behind.

Pairs with [`Event::Paused`], which only arrives once a caller has
asked for pausing with [`Self::pause_after`].

# Errors

Returns an error when the connection has closed or tmux refuses the
stream change.
