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

LibTmux.Server.FindWindowAsync

.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
FindWindowAsync ( id : WindowId , cancellationToken : CancellationToken ) → Task<Window?>
methodasync [source]
methodasync [source]
FindWindowAsync

Reads one window 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 window, or null after a successful read finds no match.

Raises

0 declared, 0 inherited

Esc

Type to search.