Interrupt Method
Stop execution of a running command.
Object Oriented Interface
public function doInterrupt();
Procedural Interface
ipworksssh_psclient_do_interrupt($res);
Remarks
Interrupts the execution of a running command on the server, returning control to the caller.