Try to retrieve files whose processing failed during batch. This is a very beta version
getAborted(aborted, default_batch_dir, config_file)
a list of 4 elements:
-not_existing: a list of files paths that caused failure because they were not found during batch,
-not_handled: a list of failed files and the retrieved error message.
-failed_found: a list of failed files and their unique corresponding paths,
-failed_match: a list of failed files and their all paths that could match.
path to file containing aborted information.
If missing, the default, a dialog box will be displayed to choose this file.
Note, that if provided 'default_batch_dir' and 'config_file' will not be used.
directory where batches are stored.
It can be found in IDEAS(R) software, under Options -> Application Defaults -> Directories -> Default Batch Report Files Directory.
If missing, the default, it will be deduced from IDEAS(R) config file, However, if it can't be deduced then current working directory will be used.
This argument takes precedence over 'config_file' and filling 'default_batch_dir' prevents the use of 'config_file' argument.
path to IDEAS(R) config file.
It may depends on IDEAS(R) software installation but one may use "C:/Users/%USER%/AppData/Roaming/Amnis Corporation/userconfig.xml".