RunProcess Method
RunProcess(String[], Boolean)
Executes script starting from the main entry point in stand-alone process
Declaration
public virtual int RunProcess(string[] args = null, bool wait = true)
Parameters
Type | Name | Description |
---|---|---|
String[] | args | Specifies main method parameters. |
Boolean | wait | Specifies if calling application should wait for process termination |
Returns
Type | Description |
---|---|
Int32 | Return process exit code. |