Return value to command line (or script) from automation
Hi all.
After solving this https://pdn.pega.com/community/product-support/question/passing-parametersvariable-automation-command-line
I have the reverse problem :)
I need automation (called from command line -or script- with arguments) give me back one or many values to command line (or script).
I tried use:
System.Console.Write
System.Console.WriteLine
or, for Exit Value
Environment.ExitCode
Environment.Exit
but nothing happens.
Can you help me?
Regards,
Marco
***Edited by Moderator Marissa to add SR Details***