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