TM1 Function for TI, BatchUpdateFinishWait

Ends the batch process until a lock become available that was started by BatchUpdateStart.

What is the BatchUpdateFinishWait function?

BatchUpdateFinishWait ends the batch process until a lock become available that was started by BatchUpdateStart.

Where can the BatchUpdateFinishWait function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11

What is the syntax for BatchUpdateFinishWait?

BatchUpdateFinishWait(SaveChanges);​

​SaveChanges = flag 0 for saving changes and 1 for discarding changes

A demonstration on how to use BatchUpdateFinishWait

Run 2 processes at the same time in a while loop to show the impact of BatchUpdateFinishWait.