The FinalBuilder IDE uses the following Windows exit codes to indicate the outcome of the build :
Exit Code |
Description |
0 |
The run completed Successfully |
1 |
An Error occurred in the run. Check the log for the details. |
2 |
Invalid project when auto running project (-r) with "exit when done" (-e.) |
998 |
FinalBuilder was force terminated following a remote request from another FinalBuilder instance (started using the -of option.) |
999 |
The user elected to force terminate FinalBuilder after the running project failed to terminate. |
See the Command Line Exit Codes topic to see the extended range of exit codes available from FBCMD.exe.
See Also