Main Content

getStandardError

Class: target.ExecutionTool
Namespace: target

Return standard error stream from target application

Since R2021a

Syntax

[stdErrorStream, errFlag] = myExecutionTool.getStandardError()

Description

[stdErrorStream, errFlag] = myExecutionTool.getStandardError() returns, as a string, the standard error stream from the target application that is being managed by the associated execution tool. The method also returns an error flag.

Output Arguments

expand all

The standard error stream from the beginning of the execution of the target application.

Outcome of the operation:

  • true –– Error occurred while retrieving standard error stream from target application.

  • false –– Standard error stream from target application returned.

Version History

Introduced in R2021a

See Also

| (Embedded Coder)