Engine.ShutDown
- Updated2024-10-09
- 1 minute(s) read
Engine.ShutDown
Syntax
Engine.ShutDown( final)
Purpose
Attempts to close all open sequence files and terminate all executions.
Remarks
If you are writing a user interface that does not use the TestStand User Interface (UI) Controls, call this function before exiting the application.
TestStand sends a UIMsg_ShutDownComplete message to notify you when the shut down is complete.
Parameters
final As Boolean
[In] Pass True when performing the final shutdown before exiting the application. Passing False permits the user to cancel shutdown when executions are running.