ApplicationMgr.CloseSequenceFile
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.CloseSequenceFile
Syntax
ApplicationMgr.CloseSequenceFile( file)
Return Value
Returns True if the sequence file was closed.
Purpose
Closes a sequence file.
Remarks
The Application Manager control attempts to close the sequence file by generating a QueryCloseSequenceFile event. The ApplicationMgr.QueryCloseSequenceFile event confirms whether to release the file and remove the file from the SequenceFiles collection. When the sequence file is running in an execution or when other references to the sequence file exist, TestStand does not immediately unload the file from memory.
Parameters
file As SequenceFile
[In] Specifies the sequence file to close.
See Also
ApplicationMgr.QueryCloseSequenceFile