On this page
LibTmux.Session.KillWindowAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- KillWindowAsync ( target : string? , cancellationToken : CancellationToken ) Task
-
Stops one window in this session.
- Parameters
-
-
target ( string? ) – The window target, or null for the active window.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited