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