Implements Impala::Process::Manager. Definition at line 138 of file Manager4Windows.h. References GetWinHandle(), and IsRunning(). Referenced by GetWinExitCode(), Remove(), and ~Manager4Windows(). 00139 { 00140 if (IsRunning(handle)) 00141 Kill(GetWinHandle(handle), handle); 00142 }
Here is the call graph for this function:
|