System.StopProcess
Skip to content
mnscript
bool System.StopProcess(string) 

Description ​

Stops an MNScript process with the given name.

Arguments ​

string - The process identifier.

Returns ​

bool - True if the program was stopped

Example ​

msc
using System;
                    
System.StopProcess("myProgramId");