SSH.Channel.ExitStatus - charonn0/RB-libssh2 GitHub Wiki
SSH.Channel.ExitStatus
Property declaration
Dim ExitStatus As Integer
Remarks
Gets the exit status of the program executed on the server by the ProcessStart method. Note that the exit status may not be available if the remote end has not yet set its status to closed. Call Close() to set the local status to closed, and then WaitClose() to wait for the server to change its status too.