On this page
client.Client.refresh
- Module
- client
- Declared in
- Client
- Package
- libtmux
- Source
- crates/libtmux/src/client.rs
-
Replace this handle's snapshot with the client's current state.
Errors
Returns
Error::ObjectGonewhen the client has detached, andError::ClientSuspendedwhen it is stopped rather than gone -- suspended or locked, which tmux leaves out of the same listing. Keep the handle for the second: the client is listed again once it resumes. Returns a listing error when tmux could not be read.
0 declared, 0 inherited