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