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

io.github.libtmux.Server.Server.isAlive

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 TypeScriptRustGo.NETC++Swift
isAlive ( ) → boolean ( timeout : Duration ) → boolean
methodoverload2 overloads [source]
methodoverload2 overloads [source]
isAlive

Whether the server is running and answering.

Returns false when tmux refuses the probe. Transport failures still throw.

Parameters
  • timeout ( Duration ) – how long to wait for an answer before treating the server as unreachable

Discussed in Socket and servers

In other ports Whether the server is running

0 declared, 0 inherited

Esc

Type to search.