[−][src]Module mief::execution_flow::exit
Quit the application with standardized exit codes.
Enums
| Code | The exit codes returned by the Mief. |
Functions
| fail_from_error | Quit the program execution. The exit code and message are chosen based on |
| fail_with_message | Quit the program execution with the given |
| quit | Quit the program execution with the given code. |
| succeed | Quit the program execution with a |