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
Values Returned
Return to top