- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++Swift
- KillAsync ( allExcept : bool , cancellationToken : CancellationToken ) Task
-
Stops this window.
- Parameters
-
-
allExcept ( bool ) – Whether every other window in the session is stopped instead.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Close a window
- Python
libtmux.Window.kill - Ruby
LibTmux::Window#kill - Lua
libtmux.Window:kill - TypeScript
window.Window.kill - Rust
window.Window.kill - Go
tmux.Window.Kill - Java
io.github.libtmux.Window.Window.kill - C++
libtmux::Window::kill - Swift
Server.kill(_:)
0 declared, 0 inherited