On this page
LibTmux.Testing.TemporaryWindowScope.StartAsync
- Module
- LibTmux.Testing
- Declared in
- TemporaryWindowScope
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TemporaryWindowScope.cs
- StartAsync ( session : Session , request : NewWindowRequest? , parent : IAsyncDisposable? , cancellationToken : CancellationToken ) Task<TemporaryWindowScope>
-
Creates a temporary window in a session.
- Parameters
-
-
session ( Session ) – The session to create the window in.
-
request ( NewWindowRequest? ) – The window to create.
-
parent ( IAsyncDisposable? ) – The parent scope transferred into this scope.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The scope owning the window.
0 declared, 0 inherited