- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- PythonTypeScriptGoJava.NETC++Swift
-
Kill the session.
This consumes the handle: every other handle to the same session is now stale, and refreshing one reports
Error::ObjectGone.Errors
Returns an error when tmux refuses the command.
In other ports End a session
- Python
libtmux.Session.kill - TypeScript
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