LibTmux.Session.DetachClientAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++Swift
- DetachClientAsync ( shellCommand : string? , cancellationToken : CancellationToken ) Task
-
Detaches every client attached to this session.
The session scope is always sent, because
-sis the onlydetach-clientflag group that names a session rather than a client.- Parameters
-
-
shellCommand ( string? ) – A command the detached clients run, when any.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
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 - C++
libtmux::Session::detach_clients - Swift
Server.detachClients(from:)
0 declared, 0 inherited