Sorry -- I misunderstood the original question.
The answer is no, there is no way to tell whether a crash utility command has completed successfully. The functions that are called to perform a command are all void functions, e.g., the "bt" command is declared like so:
void cmd_bt(void) { ... }