APDE icon indicating copy to clipboard operation
APDE copied to clipboard

exit()

Open code-commenter opened this issue 4 years ago • 2 comments

Add the exit() function

code-commenter avatar Feb 03 '22 13:02 code-commenter

getActivity().finish() produces pretty much the same result.

44r0 avatar Jun 04 '22 10:06 44r0

Or System.exit(1); works in the same way as exit();

ChunkOfIron avatar Nov 09 '23 10:11 ChunkOfIron