The TaskJuggler User Manual

Project Management beyond Gantt Chart Drawing


<< limits (allocate) << Table Of Contents >> limits (task) >>


Keyword limits (resource)

Purpose
Set per-interval usage limits for the resource.
Syntax limits [{ <attributes> }]
Arguments none
Context resource, supplement (resource)

Attributes dailymax, dailymin, maximum, minimum, monthlymax, monthlymin, weeklymax, weeklymin

resource r1 "R1" {
  # Limit the usage of this resource to a maximum of 2 hours per day,
  # 6 hours per week and 2.5 days per month.
  limits { dailymax 2h weeklymax 6h monthlymax 2.5d }
}


<< limits (allocate) << Table Of Contents >> limits (task) >>


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.