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

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.