Pause or Resume Optimizaton Process Run any time

Studies that have been contributed to the community by other users. If you’ve got something useful to share, that’s great!
faraz
Posts: 144
Joined: 25 Feb 2011
Has thanked: 26 times
Been thanked: 57 times

Pause or Resume Optimizaton Process Run any time

Postby faraz » 25 Sep 2014

Hi,

While Running Optimization some time would require to Pause/Suspend the process for a while in case of electricity issues or low UPS power or if don't want to run on laptop battery or to do some other important task etc....... Choose below solution which suites best for your needs to Pause/Suspend and Later Resume from that point;

a) Command line solution (windows xp and higher);
download PsSupsend.exe from http://technet.microsoft.com/en-us/sysi ... 97540.aspx

then make a SuspendMulticharts.bat batch file with this line

Code: Select all

pssupend multicharts.exe

to resume make ResumeMulticharts.bat batch file with this line

Code: Select all

pssupend -r multicharts.exe

b) Or you can use this free Process Freezer software
http://www.polaris-software.com/
or there many other software as well which can do this.

c) Start RESOURCE MONITOR, (don't get confuse here, not not Task Manager) in the Process list right click on Multicharts and click "Suspend process" or "Resume process". (windows 7 and higher)


Thanks

Return to “User Contributed Studies and Indicator Library”