tmux.Server.IsAlive
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.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. Use
Server.CheckAlivewhere an absent server is itself the failure.Discussed in Socket and servers
In other ports Whether the server is running
- Python
libtmux.Server.is_alive - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- 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