On this page
io.github.libtmux.Server.Server.killSession
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
-
Ends the session with this name, and everything in it.
<p>The name is matched exactly. tmux would otherwise take a prefix, so asking to kill
buildcould endbuild-cacheinstead.- Raises
-
-
LibTmuxException – if no session carries the name
-
0 declared, 0 inherited