Main Content
getStandardOutput
Class: target.ExecutionTool
Namespace: target
Syntax
[stdOutputStream, errFlag] = myExecutionTool.getStandardOutput()
Description
[
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.stdOutputStream
, errFlag
] = myExecutionTool.getStandardOutput()
Output Arguments
Version History
Introduced in R2021a
See Also
target.ExecutionTool
| getStandardError
(Embedded Coder)