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

LibTmux.Server.GetMessagesAsync

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

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Administration.cs
Other languages
Python Ruby Lua TypeScript Rust GoJava C++ Swift
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.

In other ports Read the server's message log

0 declared, 0 inherited

Esc

Type to search.