The Mudcat Café TM
Thread #49966   Message #756543
Posted By: Wincing Devil
29-Jul-02 - 03:52 PM
Thread Name: TECH: Abort, Retry, Fail
Subject: RE: TECH: Abort, Retry, Fail
Abort: Stop the entire operation
Fail: Send a failure status code back to the program and let the software handle the failure itself. It lets the software attempt to recover "gracefully"

Having written countless failure recovery routines myself, you should always give it an F before giving it an A

My favorite error message: Keyboard not found, press F2 to continue