Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== FLUSH ====== ==== Purpose ==== Used to alert all filing systems to flush any caches or buffers, or to execute other cleanup processes. ==== Arguments ==== ^Argument^Input/Output^Value^ |CODE|Input|21| | |Output|unchanged| |BFS|Input|MFS Name| | |Output|unchanged| |HANDLE|Input|null| | |Output|unchanged| |NAME|Input|null| | |Output|unchanged| |FMC|Input|null| | |Output|unchanged| |RECORD|Input|null| | |Output|unchanged| |STATUS|Input|null| | |Output|unchanged| ==== Note ==== When this code is called, the system makes individual calls to all filing systems currently installed. The MFS should not attempt to pass this call to subsequent filing systems. Because this is a filing-system specific call, the BFS argument contains only the name of the current filing system. ==== Called by ==== BASIC+ [[flush|Flush]] subroutine, at logoff, or when exiting from the debugger. Also called directly by certain processes such as indexing. guides/programming/programmers_reference_manual/flush_mfs_code.txt Last modified: 2024/06/19 20:20by 127.0.0.1