Messages - ljwobker [ switch to compact view ]

Pages: [1]
1
that'd be sweet.  ;-)

2
How difficult would it be to have process tamer look for the existance of a specific process, and if we detect that it's not running, we start it?  I know this would be useful for me to make certain things like calendaring apps, etc are always running.... (basically if I close it by mistake, PT restarts it for me)...

I can see a logical flow/configuration as something like:

every (some period/interval)
if ( process_name is not running ) then
  run ( this_process )

this would also make it easy to negate... you can say

every (some period/interval)
if (process_name IS running ) then
  run (something)

so looks like it's only 3 parameters to me... the period/interval to check, the process name that is (or isn't) running,
and what process to run if the conditional turns up true.  (oops, that's four parameters counting the negation...)

anyway, it's a thought...

--lj


 

Pages: [1]
Go to full version