LibTmux.Server.FindPaneAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Identity.cs
- FindPaneAsync ( id : PaneId , cancellationToken : CancellationToken ) Task<Pane?>
-
Reads one pane by identifier, returning null 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, or null after a successful read finds no match.
- Raises
-
-
LibTmuxException – The lookup failed, including an absent daemon.
-
0 declared, 0 inherited