Table of Contents

Interface IScriptRemoteControl

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

Represents methods for remote communication between application that executes script and debugger.

public interface IScriptRemoteControl

Methods

CompileScript(ScriptCompiledDelegate)

When implemented by a class, compiles scripts, and calls back the given delegate when compilation is complete.

IsScriptRunning()

When implementing by a class, returns boolean value indicating that script is currently running.

StartScript(ScriptFinishedDelegate)

When implemented by a class, compiles script if needed and starts execution.

StopScript()

When implemented by a class, stops script execution.