I am trying to use to timer to determine when it is time to start another process. I have observed the my ongoing processes are not independent of the processes I started when it was time to do so. Specificly when the process started by the timer selected a different data file and my ongoing process then has the newly selected data file as its data file. Any way to pause the ongoing process until the time triggered process is complete, or alternatively keep the two process seperate ?