get_latest_finish

Get the latest finish time of an activity.

The latest finish time is obtained by scheduling the activities as-late-as-possible. The latest possible finish of the project is determined by the time point of the project buffer as set in the P2Schedule:set_project_buffer function.

Parameters: 
I/O Type Name Description
input integer ID activity ID
output integer time latest finish time
Learn More: 

Step inside PMKC.

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