SetIgnoreFileError()

Job object

Calling this method prevents Interpret from stopping when errors occur while moving image files as they are imported. The errors are not reported, either.

Example of when to use this method: You want to control where files containing unidentified forms are placed, so you move these files even before JobFormIdentified is fired. Unless you use SetIgnoreFileError, Interpret displays a message that says that the file could not be moved, and interpretation stops.

Call this method each time a job is loaded.

The Job object