On this page
LibTmux.Server.GetWindowsAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Collections.cs
- GetWindowsAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<Window>>
-
Reads every window on this server.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The windows, empty when no daemon or socket is present.
0 declared, 0 inherited