Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

userAppTrigger

userAppTrigger( 
l_args 
) 
=> t / nil

Description

After the application trigger is called, the user application trigger is called with the same argument list. The user application trigger allows clients to subclass existing application triggers, and thus add additional context to that already managed by the application. The user application trigger’s return value is ignored, but should indicate t for success and nil for failure.

Arguments

l_args

List of arguments.

Values Returned

t

The execution of the function succeeded.

nil

The execution of the function failed.


Return to top
 ⠀
X