Main Content

startApplication

Class: target.ExecutionTool
Namespace: target

Start execution of target application

Since R2021a

Syntax

errFlag = myExecutionTool.startApplication()

Description

errFlag = myExecutionTool.startApplication() starts the execution of the target application (that is managed by the associated execution tool) and returns an error flag.

Output Arguments

expand all

Outcome of the operation:

  • true –– Error occurred while trying to start target application.

  • false –– Target application started.

Version History

Introduced in R2021a