FACT++  1.0
bool StateMachineImp::IsRunning ( ) const
inline

Used to check if the main loop is already running or still running.

Definition at line 132 of file StateMachineImp.h.

References fRunning.

Referenced by PostEvent().

132 { return fRunning; }
bool fRunning
Flag if events should be buffered outside the event loop.

+ Here is the caller graph for this function: