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

LibTmux.Session.GetWindowAsync

.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
Session
Package
LibTmux
Source
src/LibTmux/Session.Relations.cs
GetWindowAsync ( id : WindowId , cancellationToken : CancellationToken ) → Task<Window> ( target : string , cancellationToken : CancellationToken ) → Task<Window>
methodasyncoverload2 overloads [source]
methodasyncoverload2 overloads [source]
GetWindowAsync

Reads one window in this session, throwing when it is absent.

Parameters
  • target ( string ) – The window identifier or name.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

The materialized window in this session.

Raises

0 declared, 0 inherited

Esc

Type to search.