ApplicationMgr.Shutdown

Syntax

ApplicationMgr.Shutdown

Return Value

Boolean

Purpose

Closes opened sequence files and executions. This method also releases the TestStand Engine.

Remarks

Call this method before the parent window of the Application Manager control is destroyed. When this method returns True , it is safe to destroy the parent window. When this method returns False , do not destroy the window until the Application Manager control generates an ApplicationMgrExitApplication event. When you cancel the TestStand Engine shutdown procedure, the Application Manager control generates the ApplicationMgrShutDownCancelled event.

See Also

ApplicationMgr.ExitApplication

ApplicationMgr.QueryShutdown

ApplicationMgr.ShutDownCancelled

ApplicationMgr.Start