Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Server.FindPaneAsync

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Identity.cs
FindPaneAsync ( id : PaneId , cancellationToken : CancellationToken ) → Task<Pane?>
methodasync [source]
methodasync [source]
FindPaneAsync

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
Returns

A materialized pane, or null after a successful read finds no match.

Raises

0 declared, 0 inherited

Esc

Type to search.