ph_killprocess PowerHome formula function
Description
Kills the specified running Windows process.
Syntax
ph_killprocess ( process )
Argument Description
process Long. The process you wish to kill.
Return value
Long. Returns nonzero if the function succeeds and 0 if the function fails. Use ph_listprocesses or ph_locateprocess to determine the process you wish to kill.
Usage
Terminating a process can cause problems and should only be used if other methods fail.