tcUnregPostLoadTrigger
tcUnregPostLoadTrigger(
s_function
)
=> t / nil
Description
Unregisters the specified trigger function so the system does not call it after loading a technology file.
Arguments
|
Symbol indicating the name of the registered trigger function to unregister. |
Value Returned
Example
tcUnregPostLoadTrigger(’MYPostLoadTriggerFunc)
Unregisters MYPostLoadTriggerFunc trigger function.
Return to top