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

LibTmux.Server.DetachClientAsync

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

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Clients.cs
Other languages
Python Ruby Lua TypeScript Rust Go Java C++ Swift
DetachClientAsync ( targetClient : string? , shellCommand : string? , cancellationToken : CancellationToken ) → Task
method [source]
method [source]
DetachClientAsync

Detaches one client.

Parameters
  • targetClient ( string? ) – The client, or null for the caller's own.

  • shellCommand ( string? ) – A command the detached client runs.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

In other ports Detach one client

0 declared, 0 inherited

Esc

Type to search.