Interface ScriptTraceListener

    • Method Detail

      • onScriptTrace

        void onScriptTrace​(ScriptTrace scriptTrace)
        Called after script invocation. Use ScriptTrace.isSuccess() or related methods to check if the script invocation was successful or resulted in an error.
        Parameters:
        scriptTrace - the script trace object