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.

Note Do not call this method when displaying a dialog box the TestStand API implements.

Parameters

modalID As Long

[In] Specifies the modalID you receive as a return value from the Engine.NotifyStartOfModalDialogEx method.

See Also

Engine.NotifyStartOfModalDialogEx

Engine.RegisterModalWindow

Engine.UnregisterModalWindow