-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.ExitStatus
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Dim ExitStatus As Integer
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.