<PackageReference Include="SSH.NET" Version="2023.0.1" />

WaitResult

enum WaitResult
Represents the result of a wait operations.
namespace Renci.SshNet { internal enum WaitResult { Success = 1, TimedOut, Disconnected, Failed } }