- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- packages/libtmux/src/server.ts
- Other languages
- PythonRuby Lua RustGoJava.NETC++Swift
-
Terminate the tmux server and every session on it.
Examples
await server.kill();Discussed in Socket and servers
In other ports Shut the tmux server down
- Python
libtmux.Server.kill - Ruby
LibTmux::Server#kill - Lua No source-verified Lua equivalent is recorded for this operation.
- 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