Types of return stack entry

DEF ENUM enumeration name KCML_RETURNSTACK_ENUM

Enumeration ValueValueDescription
_KCML_RETURNSTACK_UNDEFINED0Other
_KCML_RETURNSTACK_FOR1FOR loop
_KCML_RETURNSTACK_FUNCTION2Function
_KCML_RETURNSTACK_FORM3Form
_KCML_RETURNSTACK_TRY4TRY / CATCH
_KCML_RETURNSTACK_TRANSACTION5Transaction
_KCML_RETURNSTACK_MAIN6Main program

Back to the list of Enumerations and Constants