Main Content

unloadApplication

Class: target.ExecutionTool
Namespace: target

Unload target application from harness

Since R2021a

Syntax

outcomeFlag = myExecutionTool.unloadApplication()

Description

outcomeFlag = myExecutionTool.unloadApplication() unloads the target application (managed by the associated execution tool) from the application harness if the harness 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 unloading the target application from the harness.

  • false –– Target application unloaded from the harness or the harness does not exist.

Version History

Introduced in R2021a