Client tag runScript not working when pollRate defined

8.1.5

I’m not sure if I’m going mad or not, but this isn’t working:

I get Error_Configuration. If I remove the , 1000 it works
If I add the same expression into a component property expression binding, I get Error_ExpressionEval

Have I lost it?

Add the parentheses in the python to execute the function, not pass it as if it were a component method. I don’t think the context is available for that form as a client tag expression.

I tried that as well :confused: as in system.util.getInactivitySeconds(), not sure what’s going on