Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlSessionSignalList

axlSessionSignalList( 
t_session 
) 
=> l_signals / nil

Description

Returns a list of all the signals or triggers that are emitted from the given session. You can create custom callback functions to be executed when these events are triggered.

Arguments

t_session

Name of the session.

Value Returned

l_signals

List of signals that are returned from the ADE session.

nil

Unsuccessful registration.

Examples

Returns the list of available signals:

session = axlGetWindowSession(hiGetCurrentWindow())
axlsignals = axlSessionSignalList(session)

Related Topics

axlSessionConnect

axlSessionRegisterCreationCallback

axlSessionSignalSignature

axlSessionDisconnect

Working with Signals or Triggers

Signals or Triggers for ADE Sessions


Return to top
 ⠀
X