ApplicationMgr.CloseExecution
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.CloseExecution
Syntax
ApplicationMgr.CloseExecution( exec)
Return Value
Returns True if the execution was closed.
Purpose
Releases all references to the execution.
Remarks
The Application Manager control attempts to close the execution by generating a QueryCloseExecution event. The ApplicationMgr.QueryCloseExecution event determines whether to cancel the closing of an execution or take additional actions when the execution is running. This method does not wait for running or terminating executions to complete.
Parameters
exec As Execution
[In] Specifies the execution to close.