ms::Graph object method run_donecallback (public)
ms::Graph run_donecallback serialized_app_obj location callback
Defined in packages/xooauth/tcl/ms-procs.tcl
Helper method for running callbacks. In general, we cannot rely that the interface object (typically ms::app) exists also in the job-queue, where atjobs are executed. Therefore, the class method receives everything to reconstruct the used interface object.
- Parameters:
- serialized_app_obj (required)
- location (required)
- callback (required)
- Testcases:
- No testcase defined.
Source code: set name [eval $serialized_app_obj] #ns_log notice "serialized_app_obj $serialized_app_obj ===> $name" $name run_donecallback $location $callbackXQL Not present: Generic, PostgreSQL, Oracle