pub async fn stop_session(
shell_session_id: &str,
) -> Result<Option<ShellSessionHandle>>Expand description
Stop and remove a long-lived PTY shell session.
pub async fn stop_session(
shell_session_id: &str,
) -> Result<Option<ShellSessionHandle>>Stop and remove a long-lived PTY shell session.