I get an Unexpected Type Error on Properties.getValue in the simulator (SDK 8.3.0, fr55)
The key passed to getValue is "kV" and I can see in the Memory View that the value is Number: 0.
Also we're talking about the uncatchable Error, not one of the 2 exceptions that can be caught (I have a try / catch and it doesn't get there)
Any idea why I get the error? It is called in a background process, but as far as I know I should be able to read the value there. Also the same getValue("kV") works in the foreground process.
Details: Failed invoking <symbol>