On this page
server.Server.kill
- Module
- server
- Declared in
- Server
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
- Other languages
- PythonRustGoJava.NETC++Swift
-
Terminate the tmux server and every session on it.
Examples
await server.kill();In other languages Shut the tmux server down
- Python
libtmux.Server.kill - Rust
server.Server.kill - Go
tmux.Server.Kill - Java
io.github.libtmux.Server.Server.killServer - .NET
LibTmux.Server.KillAsync - C++
libtmux::Server::kill - Swift
Server.killServer()
- Python
0 declared, 0 inherited