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