flipjazz 12 Share 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. Link to comment Share on other sites More sharing options...
Hashtag 8357 Share 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(). Pseudo, wooshj and flipjazz 2 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now