Table of Contents

Delegate ScriptCompiledDelegate

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

Delegate for notification of remote control about the end of the compilation process.

public delegate void ScriptCompiledDelegate(ScriptCompilationResult result)

Parameters

result ScriptCompilationResult

Contains result of the compilation.