LibTmux.Mcp.PaneActivityHub.CaptureSignal
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
-
-
Takes the token that a later wait on this pane will wake from.
Take this <em>before</em> reading the pane. Output that arrives between the read and the wait would otherwise leave the waiter asleep with the answer already on screen.
- Parameters
-
-
pane ( Pane ) – The pane about to be read.
-
- Returns
-
The token, or null when that pane's session is not streaming.