On this page
LibTmux.Window.GetPanesAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Relations.cs
- GetPanesAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<Pane>>
-
Reads this window's panes from tmux.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The panes tmux reports for this window.
Discussed in Traversal
0 declared, 0 inherited