ShellChannel.ExitCode Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
ExitCode
Gets the channel exit status. Returns 0 if not available.
Declaration
public virtual int ExitCode { get; }
Property Value
Type | Description |
---|---|
Int32 | Channel exit status. |