put_batch_calculator_on

Put the automatic rescheduling option in all P2Schedule functions off.

This function prevents the P2 engine from rescheduling the project after every change to the schedule. This function should be used when a lot of schedule data is added at once (adding data in batch) such as reading project and schedule data from a file. Afterwards, the automatic scheduling option can be put on again using the P2Schedule:put_batch_calculator_off function.

Parameters: 

None 

Example: 
function ()
        io.write('\n')
end
Class: 
P2Schedule