Close all open files.
close_all_files closes all open files.
Since all files are closed by close_all_files all handles become invalid.
If it is possible to close the files the operator close_all_files returns the value 2 (H_MSG_TRUE). Otherwise an exception handling is raised.
close_all_files is local and processed completely exclusively without parallelization.
Foundation