GetOutput Method (ExecutionResult)
Class
ExecutionResult
.
Action
Returns the contents of both stdout and stderr as a string.
Syntax
sOutput
= GetOutput ()
Variable
Description
sOutput
The contents of both stdout and stderr.
String
.