Interface ScriptInterface

    • Method Detail

      • execute

        void execute​(StateInterface state)
        Run this script with the given state.
        Parameters:
        state -
      • getProperties

        XProperties getProperties()
        Properties the system may need about this script. These are not set here but are determined by the needs of the ScriptRuntimeEngine and the language. At the least, they should included a language and language version, plus some identifier.
        Returns: