Application object
Sets the next job description file to automatically load and start as soon as the current job stops. Use this method when a job is currently up and running (any time after JobStarted). The latest it can be called is from the JobStopped event.
If there is no job running, use the LoadJob and StartJob methods. The JobFile string is reset when the new job description has been loaded and started.
has no effect if jobs are running from a job list. (Read about job lists in FORMS Help.) Exception: If OverrideJoblistCheck (FORMS INI File Help topic) is enabled in Ehlocal.ini, then this method works in the Interpret application even if a job list is active. After the specified job runs, the job list continues.