SshChannelExitStatus Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Channel exit status.
Syntax
public class SshChannelExitStatus
Inherited Members
Properties
Name | Description |
---|---|
Core |
Gets a value indicating whether the process failed with a core dump. |
Error |
Gets the process error message if available; or null. |
Exit |
Gets the process exit code. |
Signal |
Gets the process signal name if available; or null. |