On this page
tmux.Server.IsAlive
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server.go
- Other languages
- PythonTypeScriptRustJava.NETC++Swift
- IsAlive ( ctx : context.Context ) (bool, error)
-
IsAlive reports whether a tmux server answers on the configured socket. Only an absent server reports false without an error: a socket that exists but cannot be reached, such as one the process may not read, is a question that could not be answered and is returned as an error.
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 - Java
io.github.libtmux.Server.Server.isAlive - .NET
LibTmux.Server.IsAliveAsync - C++
libtmux::Server::is_alive - Swift
Server.isRunning()
- Python
0 declared, 0 inherited