TurboIntegrator Process Commands for Bulk Load Mode

You can enable Bulk Load mode in either the Prolog or Epilog section of a TI process. For efficiency, we recommend enabling Bulk Load mode in the first, or very close to the first, statement in the Prolog section of your process.

After enabling Bulk Load mode in a process, it can only be disabled on the last line in the Epilog section. If you attempt to disable Bulk Load mode anywhere else in the process, the process will not compile.

If the mode is enabled in one TI process, it remains enabled until explicitly disabled or until the chore completes. This means you can enable the mode in a process within a chore and then run a series of TI processes before disabling it. You can also enter and exit Bulk Load mode repeatedly, using the mode only for certain critical parts of a chore.

Use the following TI commands to enable and disable Bulk Load mode in a TI process.

EnableBulkLoadMode()

DisableBulkLoadMode() - This function can only be used on the last line in the Epilog section of your TI process when using Bulk Load mode.