On this page
LibTmux.RespawnRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/RespawnRequest.cs
-
Describes one
respawn-windoworrespawn-paneinvocation.tmux refuses to respawn anything still running, so a caller who means to restart a live window or pane has to say so with
KillExistingProcess.
5 declared, 0 inherited
Members
- RespawnRequest method Initializes a respawn request.
- Command property Gets the command to run, or null to reuse the original.
- Environment property Gets the environment entries set on the respawned target.
- KillExistingProcess property Gets whether a running process is killed first.
- StartDirectory property Gets the working directory to respawn in.