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
scriptRun
IScriptRunIScriptRun
associated this script method.args
object[]Specifies main method arguments.
wait
boolSpecifies if calling application should wait for process termination
Returns
- int
Return process exit code.