new

Create a new P2Tracking object and link it to a P2Schedule object.

Project tracking (or project control) lies in the heart of any scheduling tool and plays a central role in P2 Engine. A P2Tracking object can be used to generate manual and automatic project tracking reports that combine Gantt chart schedule forecasts and Earned Value Management performance measurements to control the progress of your project and to make accurate predictions about the future. Project control requires a project schedule. The input parameters is a P2Schedule object and is the baseline schedule that is put under dynamic project control.

Parameters: 
I/O Type Name Description
input schedule baseline a P2Schedule object
output tracking result a new P2Tracking object
Learn More: 

Step inside PMKC.

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