LibTmux.Session.GetWindowAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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>
-
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
-
-
TmuxObjectNotFoundException – This session has no matching window.
-
LibTmuxException – The lookup failed.
-
0 declared, 0 inherited