libtmux Reference MCP Search
On this page

LibTmux.Server.GetMessagesAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Administration.cs
GetMessagesAsync ( targetClient : string? , mode : ShowMessagesMode , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>>
methodasync [source]
methodasync [source]
GetMessagesAsync

Reads what the server has been logging.

Parameters
  • targetClient ( string? ) – The client to read for, or null for the server.

  • mode ( ShowMessagesMode ) – Which log to read.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

One line per entry.

0 declared, 0 inherited

Esc

Type to search.