- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++Swift
- RespawnAsync ( request : RespawnRequest? , cancellationToken : CancellationToken ) Task
-
Restarts the command running in this pane.
tmux refuses to respawn a pane that is still running unless the request kills it first.
- Parameters
-
-
request ( RespawnRequest? ) – What to respawn, or null to reuse the original.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Restart a pane's command
- Python
libtmux.Pane.respawn - Ruby
LibTmux::Pane#respawn - Lua
libtmux.Pane:respawn - TypeScript
pane.Pane.respawn - Rust
pane.Pane.respawn - Go
tmux.Pane.Respawn - Java
io.github.libtmux.Pane.Pane.respawn - C++
libtmux::Pane::respawn - Swift
Server.respawn(_:running:killingExisting:)
0 declared, 0 inherited