LibTmux.WaitForRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/WaitForRequest.cs
-
Describes one
wait-forinvocation.tmux channels let a command wait for something another command will do. Waiting blocks the tmux client, so a call that waits has nothing to answer until whoever it is waiting for arrives.
4 declared, 0 inherited
Members
- Channel property Gets the channel name.
- Mode property Gets what to do with it.
- ToCommand method Returns a channel request as one tmux command.
- WaitForRequest method Initializes a channel request.