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

LibTmux.Mcp.PaneActivityHub.WaitForActivityAsync

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

API reference · Markdown

LibTmux.Mcp.PaneActivityHub.WaitForActivityAsync ( paneId : string , signalBefore : object? , timeout : TimeSpan , cancellationToken : CancellationToken ) → Task<bool>
methodasync [source]
methodasync [source]
LibTmux.Mcp.PaneActivityHub.WaitForActivityAsync

Waits until a pane prints something, or the time runs out.

Parameters
  • paneId ( string ) – The pane to wait on.

  • signalBefore ( object? ) – The signal captured before the caller last read the pane. Passing the one taken before the read is what stops output that arrived during it from being missed.

  • timeout ( TimeSpan ) – How long to wait at most.

  • cancellationToken ( CancellationToken ) – Stops waiting.

Returns

true when the pane printed something.

Esc

Type to search.