The TaskJuggler User Manual

Project Management beyond Gantt Chart Drawing


<< 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) >>


Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger <cs@taskjuggler.org>.TaskJuggler is a trademark of Chris Schlaeger.