tmux.Server.KillSession
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/lifecycle_kill.go
- Other languages
- Python Ruby Lua TypeScript Rust Java.NET C++ Swift
- KillSession ( ctx : context.Context , target : string ) error
-
KillSession terminates the session selected by tmux target syntax. Pattern and prefix matching are deliberately left to tmux. Completed nonzero exits without stderr are ignored. Transport and context errors are delivery-ambiguous.
In other ports End a session named from the server
- Python
libtmux.Server.kill_session - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Java
io.github.libtmux.Server.Server.killSession - .NET
LibTmux.Server.KillSessionAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited