flipjazz 13 Posted February 23, 2021 How do you tell a script to stop running and log the account out? I tried `Tabs.logout()` but it kept retriggering the login handler to log back in.
Hashtag 9071 Posted February 23, 2021 Either return -1 in your onLoop or call the stop() method. From an external class you can call ScriptManager.getScriptManager().stop().
Recommended Posts
Archived
This topic is now archived and is closed to further replies.