Usable return values from the PrePanic hook

DEF ENUM enumeration name KCML_PANIC_ACTION_ENUM

Enumeration ValueValueDescription
_KCML_PANIC_ACTION_DEFAULT0Default
_KCML_PANIC_ACTION_WRITE1Imminent panic will be written to file
_KCML_PANIC_ACTION_SUPPRESS2Imminent panic will not be written to file
_KCML_PANIC_ACTION_STOP256Program execution will stop
_KCML_PANIC_ACTION_CONTINUE512Program execution will continue
_KCML_PANIC_ACTION_THROW768PANIC will be converted to a runtime error

Back to the list of Enumerations and Constants