Server.detachClients(from:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
- Other languages
- Python Ruby Lua TypeScriptRustGoJava.NETC++
-
Detaches every client attached to a session.
The session target and detach run in one guarded tmux queue item, so a client name cannot be reused between a listing and this operation. Detaching nothing is success.
- Raises
In other ports Detach every client attached to a session
- Python
libtmux.Session.detach_client - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.detach - Rust
session.Session.detach_clients - Go
tmux.Session.DetachClients - Java
io.github.libtmux.Session.Session.detachClients - .NET
LibTmux.Session.DetachClientAsync - C++
libtmux::Session::detach_clients
0 declared, 0 inherited