On this page
io.github.libtmux.Server.Server.isAlive
- 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
- PythonTypeScriptRustGo.NETC++Swift
-
Whether the server is running and answering.
<p>The explicit primitive behind the lenient list accessors: those return an empty list for both "no sessions" and "no server", and this is how a caller tells the two apart.
Discussed in Socket and servers
In other languages Whether the server is running
- Python
libtmux.Server.is_alive - TypeScript
server.Server.isAlive - Rust
server.Server.is_alive - Go
tmux.Server.IsAlive - .NET
LibTmux.Server.IsAliveAsync - C++
libtmux::Server::is_alive - Swift
Server.isRunning()
- Python
0 declared, 0 inherited