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