ApplicationMgr.CloseAllSequenceFiles
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ApplicationMgr.CloseAllSequenceFiles
Syntax
ApplicationMgr.CloseAllSequenceFiles
Purpose
Closes all open sequence files.
Remarks
The Application Manager control attempts to close all sequence files by generating a QueryCloseSequenceFile event for each sequence file in the SequenceFiles collection. The ApplicationMgr.QueryCloseSequenceFile event confirms whether to release the file and remove the file from the SequenceFiles collection. When a sequence file is running in an execution or when other references to the sequence file exist, TestStand does not immediately unload the sequence file from memory.
See Also
ApplicationMgr.CloseSequenceFile
ApplicationMgr.QueryCloseSequenceFile