LibTmux.Server.GetPaneAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Identity.cs
- Other languages
- Python Ruby Lua TypeScript RustGo Java C++ Swift
- GetPaneAsync ( id : PaneId , cancellationToken : CancellationToken ) Task<Pane>
-
Reads one pane by identifier, throwing when it is absent.
A handle that has not found a live server yet discovers one first.
- Parameters
-
-
id ( PaneId ) – The pane identifier.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A materialized pane carrying captured scalar state.
- Raises
-
-
TmuxObjectNotFoundException – The pane does not exist.
-
LibTmuxException – The lookup failed, including an absent daemon.
-
In other ports Look one pane up by target
- Python no equivalent on
Server - Ruby
LibTmux::Server#pane - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.pane_by_id - Go
tmux.Server.Pane - Java no equivalent on
Server - C++
libtmux::Server::pane - Swift no equivalent on
Server
0 declared, 0 inherited