Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Process::Manager4Windows::IsRunning ( int  handle  )  [inline, virtual]

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:


Generated on Thu Jan 13 09:23:59 2011 for ImpalaSrc by  doxygen 1.5.1