On this page
LibTmux.Testing.TmuxNameGenerator.CreateAvailableWindowNameAsync
- Module
- LibTmux.Testing
- Declared in
- TmuxNameGenerator
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TmuxNameGenerator.cs
- CreateAvailableWindowNameAsync ( session : Session , prefix : string? , cancellationToken : CancellationToken ) Task<string>
-
Makes a window name the session does not already hold.
- Parameters
-
-
session ( Session ) – The session to ask.
-
prefix ( string? ) – What the name starts with, or null for this generator's.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The name.
0 declared, 0 inherited