This might be a really simple question but I'm not finding anything here to point me in the right direction.
I have a custom activity that has a few trqycatch
blocks, and if it catches a certain error I want the activity to stop after writing to the build log.
What do I need to use to stop the activity or stop the build (I know they are probably different)?
Is it application.exit
?
I also couldn't find information here, which is the primary class I am looking at.