Method RunProcess
RunProcess(string[], bool)
When implemented by a class, executes script starting from the main entry point in standalone process.
int RunProcess(string[] args = null, bool wait = true)
Parameters
args
string[]Specifies main method arguments.
wait
boolSpecifies if calling application should wait for process termination
Returns
- int
Return process exit code.