I found this code very usefull to compilation and I get this exit codes:
B4X:
Completed. Exit code: 1
Completed. Exit code: -1
In this thread I found this information:
The builder will exit with a code of 0 if the operation completed successfully. If not the exit code will be 1.
What is the...