On this page
LibTmux.Session.DetachClientAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- 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.
-
0 declared, 0 inherited