I would like to know, if it is possible to determine when the main event loop is waiting for a process to be finished after:
Code: Select all
wxExecute ("anotherProcess.exe", wxEXEC_SYNC);
So far I use
Code: Select all
wxEventLoop::GetActive ()->IsMain ()
Thanks
Richard