B4J Question [BANano] How to clear a timeout?

mindful

Active Member
Licensed User
Hello, I have started today a small project using BANano and I came to a stop.

How can I clear a timeout because I can't pass any param to BANanoWindow.ClearTimeout method.

As I can see in the javascript api:
The clearTimeout() method clears a timer set with the setTimeout() method.
The ID value returned by setTimeout() is used as the parameter for the clearTimeout() method.

Do I need to handle BANanoWindow.ClearTimeout differently ?
 
Top