Page 1 of 1

Check-up executed processes - sleep between each process?

Posted: Sat Aug 04, 2012 11:36 am
by Leonard
Hello,

I'm wondering if the "Executed processes" function contains "Sleep(x)" after a process is checked.
Because If I have 140 processes , check-up set to 10 seconds ...my application may crash , and I can't change the check-up time because of some protection reasons.


Thanks,

Re: Check-up executed processes - sleep between each process

Posted: Mon Aug 06, 2012 5:43 am
by Enigma
Hi Leonard, no, it is impossible to do using standard settings, but it has a workaround.

You can develop simple plugin, that will enumerate all processes and use the Enigma API EP_CheckupFindProcess function (undocumented function yet, but very easy to use) to search the process. So, in plugin, you may run a thread where check the processes with necessary delay.