tmux.Server.DetachAllClients
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_clients.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- DetachAllClients ( ctx : context.Context , request : DetachAllClientsRequest ) error
-
DetachAllClients detaches every client except KeepClient or tmux's current client. Cancellation does not prove every client was detached.
In other ports Detach every client on the server
- Python
libtmux.Server.detach_all_clients - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.Server.DetachAllClientsAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited