Main Content

loadApplication

Class: target.ExecutionTool
Namespace: target

Load target application into harness

Since R2021a

Syntax

outcomeFlag = myExecutionTool.loadApplication()

Description

outcomeFlag = myExecutionTool.loadApplication() loads the target application (managed by the associated execution tool) into 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 loading the target application into the harness.

  • false –– Target application loaded into the harness or the harness does not exist.

Version History

Introduced in R2021a