|
I'm running into issues where the application that prints the specific file has completed and the event has fired saying that eprint is done, however my code then checks the folder where the output is at and there aren't any files in the folder yet. I'm having to build a loop that waits up to 5 minutes to see if there are any files in the folder before processing the output images.
Is there some other event that I should be listening for to let me know when eprint has placed all the files in the destination folder? In .Net, this never happens in debugging, only using the executable.
|