• Assuming what you want to do is invoke a JavaScript function next time around the idle loop AND there is no "this" JavaScript context needed, then I think the solution would be to call:

    jsiQueueEvents(NULL, jsCallbackFunction, params, count)

    Where jsCallbackFunction is a reference to a JsVar that is a function reference.

About

Avatar for Kolban @Kolban started