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

LibTmux.PaneObservation.WatchAsync

.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
PaneObservation
Package
LibTmux
Source
src/LibTmux/ControlMode/PaneObservation.cs
WatchAsync ( session : IControlModeSession , pane : Pane , cancellationToken : CancellationToken ) → IAsyncEnumerable<TmuxEvent>
methodstaticasync [source]
methodstaticasync [source]
WatchAsync

Watches one pane's output until it ends.

Parameters
Returns

The pane's own output, ending with TmuxExitEvent when the control client itself ended, or with TmuxPaneGoneEvent once the pane is confirmed gone. It never hangs: every arrangement change that might mean the pane left is checked as it arrives.

0 declared, 0 inherited

Esc

Type to search.