Graceful exit definition

Search

Graceful exit

Graceful exit logo #21000 A graceful exit (or graceful handling) is a simple programming idiom wherein a program detects a serious error condition and `exits gracefully` in a controlled manner as a result. Often the program prints a descriptive error message to a terminal or log as part of the graceful exit. Usually, code for a graceful exit exists when the alternative
Found on http://en.wikipedia.org/wiki/Graceful_exit
No exact match found.