Table of Contents

Method RunProcess

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

RunProcess(string[], bool)

Executes script starting from the main entry point in stand-alone process

public virtual 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.