TM1 Function for TI, ​BatchUpdateFinish

Ends the batch process that was started by BatchUpdateStart.

What is the BatchUpdateFinish function?

BatchUpdateFinish ends the batch process that was started by BatchUpdateStart.

Where can the BatchUpdateFinish function be used?

TurboIntegrator

What is the syntax for BatchUpdateFinish?

BatchUpdateFinish(SaveChanges);​

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

A demonstration on how to use BatchUpdateFinish

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