LibTmux.Window.GetPaneAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- GetPaneAsync ( target : string , cancellationToken : CancellationToken ) Task<Pane>
-
Reads one pane in this window, throwing when it is absent.
- Parameters
-
-
target ( string ) – The pane identifier or index.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The materialized pane in this window.
- Raises
-
-
TmuxObjectNotFoundException – This window has no matching pane.
-
LibTmuxException – The lookup failed.
-
0 declared, 0 inherited