sds_abort
void sds_abort (const char *string);
Close the SDS application and notify user.
This function ends an SDS application running under progeCAD. Before closing, it prints a message displaying the reason for closing to the command line.
This function has no value to return.
Example
sds_abort("Myapp has experienced a problem, and will be terminated.");
Prints:
Myapp has experienced a problem, and will be terminated.
Tell me about...
Programming Overview of SDS (Solutions Development System)
sds_alert
sds_exit
sds_fail