Thanks @DougHiggs . That seems like a bit much for what I'm trying to achieve (and I'm guessing a recompile of the VI job would require me to redo the pxplus edit).
I have a multiple step import process (to be run hourly) and the next step after the VI job (a SQL command... Premium customer) can't be run before the import is completed. It should only take a couple minutes for the import, but if the SQL script runs before it's done, that would be bad. What I'd like is a safety net... not running the SQL command until the VI is finished.
Is there a simple way to do this? I was thinking a batch file could create a txt file, and a loop in the scheduled process could just wait for that text file to appear. Any other ideas would be appreciated.