asiUnRegCallBackOnSimComp
asiUnRegCallBackOnSimComp(
t_callback
)
=> t / nil
Description
Deregisters the specified callback function registered to run on completion of the simulation.
Arguments
Value Returned
Example
asiUnRegCallBackOnSimComp(asiGetCurrentSession 'myfunc)
In this example, the myfunc function is deregistered.
Return to top