On this page
server.Server.lock_all
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
-
Lock every client on the server.
Runs each client's
lock-command, which islock -npunless the server was told otherwise. Succeeds when nobody is attached, having locked nobody.crate::Session::locknarrows this to one session andcrate::Client::lockto one client.Errors
Returns an error when tmux refuses the command.
0 declared, 0 inherited