Engine.NotifyEndOfModalDialog
- Updated2025-07-21
- 1 minute(s) read
Engine.NotifyEndOfModalDialog
Syntax
Engine.NotifyEndOfModalDialog( modalID)
Purpose
Notifies TestStand that you are no longer displaying the modal dialog box the modalID parameter specifies.
Remarks
TestStand uses this notification to determine when to re-enable the main window of the application.
Parameters
modalID As Long
[In] Specifies the modalID you receive as a return value from the Engine.NotifyStartOfModalDialogEx method.