On this page
LibTmux.RespawnRequest.RespawnRequest
- Module
- LibTmux
- Declared in
- RespawnRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/RespawnRequest.cs
-
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