Output
On the Output tab in the right pane, these results are shown when you execute a process:
- Name of the process that has been executed.
- Parameter values that you have defined on the Parameters tab.
- Output of the
Write
andWriteLine
statements. - Output of the
LogDebug
,LogInfo
,LogWarn
, andLogError
statements. - Compiler result, compiler message, method result, and time in milliseconds the execution of the process took.
These results are shown in debug mode: Output of the
Write
,
WriteLine
,
LogDebug
,
LogInfo
,
LogWarn
, and
LogError
statements.