Main Content

getApplicationStatus

Class: target.ExecutionTool
Namespace: target

Get status of target application

Since R2021a

Syntax

[applicationStatus, errFlag] = myExecutionTool.getApplicationStatus()

Description

[applicationStatus, errFlag] = myExecutionTool.getApplicationStatus() returns the status of the target application (managed by the execution tool) and an outcome flag.

Output Arguments

expand all

The status of the target application that is being managed by the execution tool.

Outcome of the operation:

  • true –– An error occurred while trying to obtain status of target application.

  • false –– Status of target application obtained without error.

Version History

Introduced in R2021a