On this page
LibTmux.Client.ResolveAttachmentAsync
- Module
- LibTmux
- Declared in
- Client
- Package
- LibTmux
- Source
- src/LibTmux/Client.Administration.cs
- ResolveAttachmentAsync ( cancellationToken : CancellationToken ) Task<ClientAttachment?>
-
Reads where this client is looking now.
The three parts come from one reading of the client, so a client that moves between sessions cannot yield a window from one and a pane from another.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The session, window and pane the client is on, or null when the client is gone or attached to nothing.
0 declared, 0 inherited