On this page
LibTmux.Pane.RespawnAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- 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.
-
0 declared, 0 inherited