Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ExitStatus

TElSimpleSSHClient     See also     


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


This property returns the exit code which was returned by the closing 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();

Description

    Check this propertyif OnCloseConnection event was fired. It returns the error code which was returned by remote closing command.

See also:     ExitMessage    

Discuss this help topic in SecureBlackbox Forum