September 25, 20223 yr 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.
September 25, 20223 yr 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.
Create an account or sign in to comment