On this page
LibTmux.PsmuxServer.GetWindowsAsync
- Module
- LibTmux
- Declared in
- PsmuxServer
- Package
- LibTmux
- Source
- src/LibTmux/Psmux/PsmuxServer.cs
- GetWindowsAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<PsmuxWindow>>
-
Reads every window in the sole session.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the psmux query.
-
- Returns
-
Current immutable window observations.
- Raises
-
-
InvalidOperationException – The selected namespace has no live session.
-
StaleServerGenerationException – The sole session was replaced after this server was connected.
-
NotSupportedException – The selected namespace contains more than one session.
-
LibTmuxException – The verified client could not complete the query.
-
0 declared, 0 inherited