ExitStatus Property
The exit code for the last executed command.
Object Oriented Interface
public function getExitStatus();
Procedural Interface
ipworksssh_sexec_get($res, 4 );
Default Value
0
Remarks
After executing a command through Execute or by setting Command, the server will send a notification containing the ExitStatus of the command. The server may also send a textual representation of that code, which will be stored in ErrorMessage.
This property is read-only.
Data Type
Integer