Appearance
bool SSH.StopProcess(string)
Stops an MNScript process with the given name on the remote server.
string - The process identifier.
string
bool - True if the program was stopped
bool
using System; if(SSH.IsConnected()){ SSH.StopProcess("myProgramId"); }