public void TerminateLongProcess() { //Terminate the process with the help of process controller ProcessController pController = new ProcessController(Session); pController.TerminateProcess(); GetProgress(); }
public void TerminateLongProcess() { //Terminate the process with the help of process controller ProcessController pController = new ProcessController(Session); pController.TerminateProcess(); //terminate all the process, not just a single one GetProgress(); }