LibTmux::Server#list_clients
- Module
- LibTmux
- Declared in
- Server
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- Python Lua TypeScriptRustGoJava.NETC++Swift
- list_clients ( timeout : ::Numeric = nil , cancel : untyped = nil ) ::Array[{ name: ::String, pid: ::Integer, created: ::Integer, tty: ::String?, session_id: ::String?, control: bool }]
-
Behavior: Live acquisition.
Behavior contract: Live acquisition.
In other ports List the server's attached clients
- Python
libtmux.Server.clients - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.clients - Rust
server.Server.clients - Go
tmux.Server.Clients - Java
io.github.libtmux.Server.Server.clients - .NET
LibTmux.Server.Clients - C++
libtmux::Server::clients - Swift
Server.clients()
- Python
0 declared, 0 inherited