M4k5P0w3r 0 Posted September 25, 2022 Share Posted September 25, 2022 Hello, the actual question is how to use this code in the bot ExitCode -10 and ExitCode -20, where it needs to be specified, and what exactly happens when this code is executed. Will there be an automatic transition to the next step when the profile is stopped ? or how to implement it without the option Finish this task when the bot is closed . Thx. Link to comment https://wrobot.eu/forums/topic/14780-exitcode-10-exitcode-20/ Share on other sites More sharing options...
Droidz 2738 Posted September 25, 2022 Share Posted September 25, 2022 Hello, easy way is to use C# with code like System.Environment.Exit(-10); This code will close the bot, and the reloger will do action in relation to the returned code. Link to comment https://wrobot.eu/forums/topic/14780-exitcode-10-exitcode-20/#findComment-66723 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