Main Content

close

Class: target.ExecutionTool
Namespace: target

Close target application harness

Since R2021a

Syntax

errFlag = myExecutionTool.close()

Description

errFlag = myExecutionTool.close() closes the harness for the target application (that is managed by the associated execution tool) if it exists. An example of an application harness is a simulator or debugger. The method returns an error flag.

Output Arguments

expand all

Outcome of the operation:

  • true –– An error occurred while closing the application harness.

  • false –– Method completed without error. Application harness closed or does not exist.

Version History

Introduced in R2021a