LibTmux.Window.RespawnAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJava C++ Swift
- RespawnAsync ( request : RespawnRequest? , cancellationToken : CancellationToken ) Task
-
Restarts the command running in this window.
tmux refuses to respawn a window that is still running unless the request kills it first, and killing it destroys every pane but one.
- Parameters
-
-
request ( RespawnRequest? ) – What to respawn, or null to reuse the original.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Restart the command in a window's active pane
- Python
libtmux.Window.respawn - Ruby
LibTmux::Window#respawn - Lua
libtmux.Window:respawn - TypeScript
window.Window.respawn - Rust
window.Window.respawn - Go
tmux.Window.Respawn - Java
io.github.libtmux.Window.Window.respawn - C++ no equivalent on
Window - Swift no equivalent on
Window
0 declared, 0 inherited