Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiMarkNestable

hiMarkNestable(
g_symbolOrList
)
=> t / nil

Description

Makes enterfunctions nestable. When an enterfunction is running and a new one is called, the new enterfunction replaces the old enterfunction in the stack. When the new enterfunction is finished or canceled, the old enterfunction is resumed. This function reverses the effect of hiMarkNonNestable.

Argument

g_symbolOrList

Symbol or list of symbols representing one or more enterfunctions.

Values Returned

t

The functions were made nestable.

nil

There was an error.

Related Topics

User Entry Functions

hiMarkNonNestable

hiGetCurrentCmd


Return to top
 ⠀
X