Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Client.ResolveAttachmentAsync

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
Client
Package
LibTmux
Source
src/LibTmux/Client.Administration.cs
ResolveAttachmentAsync ( cancellationToken : CancellationToken ) → Task<ClientAttachment?>
methodasync [source]
methodasync [source]
ResolveAttachmentAsync

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. A server that has stopped answering is not part of this: the first read here is a live listing, and a live listing throws on failure rather than answering null for it.

Parameters
Returns

The session, window and pane the client is on, or null when the client has detached or its session has since gone.

0 declared, 0 inherited

Esc

Type to search.