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,
Check-up executed processes - sleep between each process?
Re: Check-up executed processes - sleep between each process
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.
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.
