- Module
- LibTmux
- Declared in
- Session
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- PythonLuaTypeScriptRustGoJava.NETC++Swift
- kill ( expected_windows : ::Array[::LibTmux::EntityRef]? = nil , expected_panes : ::Array[::LibTmux::EntityRef]? = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
Both allowlists are required for guarded deletion of a changing topology.
Behavior contract: Entity removal.
In other ports End a session
- Python
libtmux.Session.kill - Lua
libtmux.Session:kill - TypeScript
session.Session.kill - Rust
session.Session.kill - Go
tmux.Session.Kill - Java
io.github.libtmux.Session.Session.kill - .NET
LibTmux.Session.KillAsync - C++
libtmux::Session::kill - Swift
Server.kill(_:)
- Python
0 declared, 0 inherited