<< enabled << | Table Of Contents | >> end (column) >> |
Keyword | end |
Purpose | The end attribute provides a guideline to the scheduler when the task should end. It will never end later, but it may end earlier when allocated resources are not available that long. When an end date is provided for a container task, it will be passed down to ALAP tasks that don't have a well defined end criteria. Setting an end date will implicitly set the scheduling policy for this task to ALAP. |
|
Syntax | end <date> |
|
Arguments | date | See date for details. |
Context | task, supplement (task) |
project export "Project" "1.0" 2007-01-01 - 2008-01-01 { timezone "America/Denver" } resource tux "Tux" resource bob "Bob" task t2 "Task 2" { start 2007-01-01 end 2007-06-30 allocate tux allocate bob limits { weeklymax 3d } }
<< enabled << | Table Of Contents | >> end (column) >> |