TurboIntegrator Process Commands for Bulk Load Mode
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.