Implements Impala::Process::Manager. Definition at line 97 of file Manager4Windows.h. References GetState(), and Impala::Process::Manager::STATE_RUNNING. Referenced by GetExitCode(), IsTerminated(), and Kill(). 00098 { 00099 return (GetState(handle) == STATE_RUNNING); 00100 }
Here is the call graph for this function:
|