close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files (Operator)
Name
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
— This operator is inoperable. It had the following function:
Close all open files.
Warning
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
is obsolete, inoperable, and is only provided for
reasons of backward compatibility. New applications should not use
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
, the operator will be removed in future version.
Signature
Herror close_all_files()
Herror T_close_all_files()
void CloseAllFiles()
static void HMisc::CloseAllFiles()
def close_all_files() -> None
Description
.
Attention
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
exists solely for the purpose of
implementing the “reset program” functionality in HDevelop.
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
must not be used in any application.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Result
If it is possible to close the files the operator
close_all_filesclose_all_filesCloseAllFilesCloseAllFilesclose_all_files
returns the value 2 (
H_MSG_TRUE)
. Otherwise an exception is raised.
Module
Foundation