Fixed
- Windows:
serverctl ui --status/--stopno longer reports a terminated UI process as still running when another process holds a handle to it. Process liveness is now checked withWaitForSingleObjectinstead of assuming a successfulOpenProcessmeans the process is alive. Previouslyui --stopcould poll to its 5-second timeout and report failure even though the process had already exited.
No functional changes on macOS/Linux.
Install: pip install ssh-server-manager==0.4.1 · CHANGELOG