LibTmux.RespawnRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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
- 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.
- ToCommand method Returns a respawn request as one tmux command for a pane.