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

WaitResult

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