LibTmux.Server.KillSessionAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScript Rust GoJava C++ Swift
- KillSessionAsync ( target : string , cancellationToken : CancellationToken ) Task
-
Stops one session.
- Parameters
-
-
target ( string ) – The session to stop.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports End a session named from the server
- Python
libtmux.Server.kill_session - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.KillSession - Java
io.github.libtmux.Server.Server.killSession - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited