On this page
LibTmux.Server.ConfirmBeforeAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Interaction.cs
- ConfirmBeforeAsync ( request : ConfirmBeforeRequest , cancellationToken : CancellationToken ) Task
-
Asks a client to confirm before running a command.
Naming the key, and defaulting to yes, arrived in tmux 3.4.
- Parameters
-
-
request ( ConfirmBeforeRequest ) – What to run, and how to ask.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited