Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Server.Server.killSession

Java
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.Server
Declared in
Server
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Server.java
Other languages
Python Ruby Lua TypeScript Rust Go.NET C++ Swift
killSession ( name : String ) → void
method [source]
method [source]
killSession

Ends the session with this name, and everything in it.

The name is matched exactly. tmux would otherwise take a prefix, so asking to kill build could end build-cache instead.

Raises
In other ports End a session named from the server

0 declared, 0 inherited

Esc

Type to search.