libtmux Reference MCP Search
On this page

LibTmux.RespawnRequest.RespawnRequest

View as Markdown

Module
LibTmux
Declared in
RespawnRequest
Package
LibTmux
Source
src/LibTmux/Requests/RespawnRequest.cs
RespawnRequest ( command : string? , startDirectory : string? , environment : IReadOnlyDictionary<string, string>? , killExistingProcess : bool )
method [source]
method [source]
RespawnRequest

Initializes a respawn request.

Parameters
  • command ( string? ) – The command to run, or null to reuse the original.

  • startDirectory ( string? ) – The working directory to respawn in.

  • environment ( IReadOnlyDictionary<string, string>? ) – Environment entries set on the respawned target.

  • killExistingProcess ( bool ) – Whether a running process is killed first.

0 declared, 0 inherited

Esc

Type to search.