Description
-
Holds exit status from SSH connection.
Property type
-
A Long value.
Syntax
-
object.ExitStatus
The ExitStatus Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodSSH. |
| value |
A Long value. Exit status of executed SSH
command. |
Remarks
-
ExitStatus property is used by some SSH servers when they want to
return exit status of the command that was executed (usually through
Command property). By
default, this property will hold 0 which also declares 'success'.
Various executables may return various exit status numbers, which
SSH server returns through this property to your applications.
-
-
NOTE: this property is used only in SSH protocol.
|