The method returns the return status of FasterCap.
Valid status values are:
FC_NORMAL_END 0
FC_GENERIC_ERROR 1
FC_FC_COMMAND_LINE_ERROR 64
FC_CANNOT_OPEN_FILE 66
FC_OUT_OF_MEMORY 71
FC_FILE_ERROR 74
FC_CANNOT_GO_OOC 97
FC_EXCEPTION_ERROR 98
FC_USER_BREAK 125
The meaning is:
FC_NORMAL_END
: no error, normal end
FC_GENERIC_ERROR
: catchall for generic error
FC_COMMAND_LINE_ERROR
: command line usage error
FC_CANNOT_OPEN_FILE
: cannot open input file(s)
FC_OUT_OF_MEMORY
: out of memory
FC_FILE_ERROR
: generic file error
FC_CANNOT_GO_OOC
: cannot go out-of-core (probably disk full)
FC_EXCEPTION_ERROR
: unknown exception caught
FC_USER_BREAK
: user-requested break
None
Returns the reason why FasterCap stopped execution. The reason could be normal end, user break or errors.