Method RunProcess
RunProcess(string[], bool)
Executes script starting from the main entry point in standalone process.
public virtual 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.