-
- // we may have process for capturing the program output, but it's
- // not used in wxEndProcessData in the case of sync execution
- endProcData.process = NULL;
-
- // sync execution: indicate it by negating the pid
- endProcData.pid = -execData.pid;
-