Table of Contents

Method RunProcess

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

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 bool

Specifies if calling application should wait for process termination

Returns

int

Return process exit code.