LibTmux.Server.DetachAllClientsAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Clients.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go Java C++ Swift
- DetachAllClientsAsync ( keepClient : string? , shellCommand : string? , cancellationToken : CancellationToken ) Task
-
Detaches every client except one.
tmux reads the kept client from the same target flag it uses to name a client, so this always spares one. Naming none does not mean "spare none": tmux falls back to whichever client it resolves for the caller, which from a process with no client of its own leaves that client attached and detaches nothing.
- Parameters
-
-
keepClient ( string? ) – The client to leave attached.
-
shellCommand ( string? ) – A command the detached clients run.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
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 - Go
tmux.Server.DetachAllClients - Java no equivalent on
Server - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited