On this page
LibTmux.Server.KillAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Lifecycle.cs
- Other languages
- PythonTypeScriptRustGoJavaC++Swift
- KillAsync ( cancellationToken : CancellationToken ) Task
-
Stops the tmux server.
A server that is already gone is the requested outcome, so an absent daemon succeeds rather than failing.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other languages Shut the tmux server down
- Python
libtmux.Server.kill - TypeScript
server.Server.kill - Rust
server.Server.kill - Go
tmux.Server.Kill - Java
io.github.libtmux.Server.Server.killServer - C++
libtmux::Server::kill - Swift
Server.killServer()
0 declared, 0 inherited