REFramework, how to figure out if process is stopped from editor etc?

What the state of REFramework is or what variable is set to announce that process is stopped from the editor or from robot tray? I want to know in “End process” if process is canceled and not do certain things…

Hey @JJDev

If you are running unattended Bot this query might be helpful

Should stop return the Boolean result, if it is TRUE then someone manually stopped the process and if it is false, process stopped automatically.

Thanks,
Goutham Vijay