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
|
Symbol representing the callback function to be disconnected. |
Value Returned
Examples
Disconnects the myFunc callback from the attached signal or trigger:
session = axlGetWindowSession(hiGetCurrentWindow())
axlSessionDisconnect(session 'myFunc)
Related Topics
axlSessionRegisterCreationCallback
Working with Signals or Triggers
Return to top