RainwayApp / warden

Warden.NET is an easy to use process management library for keeping track of processes on Windows.
Apache License 2.0
346 stars 25 forks source link

how to handle timer based events #9

Open weedkiller opened 5 years ago

weedkiller commented 5 years ago

Hello, can you share some guidance, on monitoring process, killing thread/process if its runaway or hung (beyond 10 mins for e.g.)

Also, its asking for admin privileges , any chance we can give it a role to run under as an option

Also, a windows GUI Sample with a list view would be nice.

thanks