Method RunProcessCore
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v10.dll
RunProcessCore(IScriptRun, object[], bool)
Executes script starting from the main entry point in standalone process.
protected abstract int RunProcessCore(IScriptRun scriptRun, object[] args, bool wait)
Parameters
scriptRunIScriptRunIScriptRunassociated this script method.argsobject[]Specifies main method arguments.
waitboolSpecifies if calling application should wait for process termination
Returns
- int
Return process exit code.