Main Content

stopApplication

Class: target.ExecutionTool
Namespace: target

Stop execution of target application

Since R2021a

Syntax

errFlag = myExecutionTool.stopApplication()

Description

errFlag = myExecutionTool.stopApplication() stops 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 stop target application.

  • false –– Target application stopped.

Version History

Introduced in R2021a