Skip to content

SSH.Channel.ExitStatus

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

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.

See also

Clone this wiki locally