51
FARR Plugins and Aliases / Re: ProcessKill 0.0.0.3 - My FARR2 Plugin Contest Submission #4
« Last post by taichimaster on July 10, 2007, 03:30 AM »Took mouser's suggestion on first attempting to do a graceful terminate on the specified process by issuing a WM_CLOSE to all of its top-level windows. A process will only be forcefully terminated if the configurable timeout (default is 3 secs) expired. If you desire, you could set the timeout to 0 to always instant kill the selected process.
---------------
v0.0.0.5 (July 10th, 2007)
---------------
+ Added optional progress bar when attempting a "clean" terminate
* If a "clean" termination was successful, no confirmation warning will be
shown.
---------------
v0.0.0.4 (July 7th, 2007)
---------------
* The plugin will now first attempt to do a graceful terminate on the
specified process by issuing a WM_CLOSE. A process will only be
forcefully terminated if the timeout expired.
(See: http://support.microsoft.com/kb/178893
http://support.microsoft.com/kb/92528
http://www.ddj.com/d...pt/windows/184416547)
+ Added option to specify timeout before forceful temination
(a 0 timeout means forceful termination right off the bat)
---------------
v0.0.0.5 (July 10th, 2007)
---------------
+ Added optional progress bar when attempting a "clean" terminate
* If a "clean" termination was successful, no confirmation warning will be
shown.
---------------
v0.0.0.4 (July 7th, 2007)
---------------
* The plugin will now first attempt to do a graceful terminate on the
specified process by issuing a WM_CLOSE. A process will only be
forcefully terminated if the timeout expired.
(See: http://support.microsoft.com/kb/178893
http://support.microsoft.com/kb/92528
http://www.ddj.com/d...pt/windows/184416547)
+ Added option to specify timeout before forceful temination
(a 0 timeout means forceful termination right off the bat)