mobileFX JavaScriptX - Google V8 JavaScript Embedded Framework
JavaScriptXLib ActiveX DLL / ScriptControlStates Enumeration
In This Topic
    ScriptControlStates Enumeration
    In This Topic
    Description
    States into which the scripting engine can be placed
    Members
    MemberValueDescription
    Connected1

    The scripting engine will sink events generated by objects added using the AddObject method.

    Disconnected3The scripting engine is not initialized.
    Initialized0

    The scripting engine is initialized. The scripting engine will execute code but will not sink events generated by any objects added using the AddObject method.