get_all_resource_start_times

Copy all changes after resource leveling into the current project schedule.

The P2Schedule:level_resources function changes the activity start times and, in case of fixed work scheduling also the activity durations and resource demand. These changes are not automatically loaded into the current project schedule. The function P2Schedule:get_resource_scheduled_start_time can be called to check the new activity start times. When these changes are acceptable, they can be copied into the current schedule. Obviously, this function should only be used when the P2Schedule:level_resources function was successful.

Parameters: 

None 

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