All WinCron Jobs run in the same thread, so Bravo and Charlie will wait as well.
However, I can imagine ways to construct a semaphore that will allow Bravo and Charlie to run while the Alpha job waits.
The Basic idea is to use environment variables or disk files to mark when a job is running. The job pseudo code would be something like:
{
-name ALPHA
if a file exists that says this job is running – break;
Otherwise do normal processing
}
There are several ways to accomplish this, let me know if you need some help constructing this script.
PS. I will be copying this post into my enhancements forum because I think you should be able to check the handle returned from the process for process-completion.
_________________________
Regards,
Luke Tomasello