paramargsparamaction super(new String[] {"stop", "h"}, "Stopping");
super(new String[] {"stop", "h"}, "Stopping");
return("stop (<torrentoptions>)\t\th\tStop torrent(s).");
try { dm.stopIt( DownloadManager.STATE_STOPPED, false, false ); } catch (Exception e) { e.printStackTrace(ci.out); return false; } return true;