Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelConnection.ExitStatus

TElSSHTunnelConnection     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property returns the exit code which was returned by the command.

Declaration

[C#]
    int ExitStatus;

[VB.NET]
    Property ExitStatus As Integer

[Pascal]
    property ExitStatus : integer;

[C++]
    int32_t get_ExitStatus();

[PHP]
    integer get_ExitStatus()

[Java]
    int getExitStatus();
    void setExitStatus(int Value);

Description

    Check this property if OnClose event was fired with CloseType=ctClose parameter. It returns the code which was returned by remote command.

See also:     ExitMessage    

Discuss this help topic in SecureBlackbox Forum