Main Content

getStandardOutput

Class: target.ExecutionTool
Namespace: target

Return standard output stream from target application

Since R2021a

Syntax

[stdOutputStream, errFlag] = myExecutionTool.getStandardOutput()

Description

[stdOutputStream, errFlag] = myExecutionTool.getStandardOutput() returns, as a string, the standard output 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 output stream from the beginning of the execution of the target application.

Outcome of the operation:

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

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

Version History

Introduced in R2021a