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

axlSessionDisconnect

axlSessionDisconnect( 
t_sessionName
s_callbackFunction
) 
=> t / nil

Description

Disconnects the specified SKILL callback connected to one or more known signals emitted by the ADE Explorer and ADE Assembler session.

Arguments

t_sessionName

Name of the session.

s_callbackFunction

Symbol representing the callback function to be disconnected.

Value Returned

t

Acallback is successfully disconnected from a signal.

nil

A callback is not disconnected.

Examples

Disconnects the myFunc callback from the attached signal or trigger:

session = axlGetWindowSession(hiGetCurrentWindow())
axlSessionDisconnect(session 'myFunc)

Related Topics

axlSessionConnect

axlSessionRegisterCreationCallback

axlSessionSignalList

axlSessionSignalSignature

Working with Signals or Triggers


Return to top
 ⠀
X