The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 7. Property Reference | Next |
milestone | |||
---|---|---|---|
Description | Turns the task into a special task that has no duration. You may not specify a duration, length, effort or subtasks for a milestone task. A task that only has a start or an end specification and no duration specification or sub tasks, will be recognized as milestone automatically. | ||
Context | task, | ||
Inheritable | No | Scenario Spec. | No |
project prj "Milestone demo" "1.0" 2005-07-15 - 2005-08-01 task project_start "Project Start" { start 2005-07-15 milestone } task deadline "Important Deadline" { start 2005-07-20 # A task with only a start or end date and no duration specification # is automatically assumed to be a milestone. }