SP.SOD.notifyEventAndExecuteWaitingJobs(eventName) Method
Applies to: SharePoint Foundation 2010
Records the event and executes any jobs in the pending job queue that are waiting on the event.
SP.SOD.notifyEventAndExecuteWaitingJobs(eventName);
Parameters
eventName
Type: String
The name of the event.
Remarks
This method executes any jobs that are in the pending job queue after a call to the SP.SOD.executeOrDelayUntilEventNotified(func, eventName) Method method with eventName as the second parameter. Subsequent calls to SP.SOD.executeOrDelayUntilEventNotified with eventName are immediately executed.