Delegate ScriptCompiledDelegate
Delegate for notification of remote control about the end of the compilation process.
public delegate void ScriptCompiledDelegate(ScriptCompilationResult result)
Parameters
result
ScriptCompilationResultContains result of the compilation.