Back to FlowSsh Documentation
[C/C++]
struct FlowSshC_ExitStatus { unsigned int m_code; };
[C#]
public sealed class ExitStatus { public uint Code; }
Members
Remarks
Contains information about the exit status of a remote application.
[C] The exit status is reported by the FlowSshC_ExitHandler. [Cpp/Net] The exit status is reported by the [Client]OnExitStatus handler.