Table of Contents

Interface IScriptDebuggerRemoteControl

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

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

public interface IScriptDebuggerRemoteControl

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, starts script execution.

StopScript()

When implemented by a class, stops script execution.