Regards.
I have an application with two buttons one to start the bot with jtb.startAsync and another button to stop the bot with jtb.stop.
stopping the bot and then starting it gives the following error java.lang.IllegalStateException: You cannot start the bot while it is not idle.
Is it possible to do this?
Thank you