| The TaskJuggler Manual | ||
|---|---|---|
| Prev | Chapter 7. Property Reference | Next |
resource>responsible
<resource>
| |||
|---|---|---|---|
| Description | The ID of the resource that is responsible for this task. This value is for documentation purposes only. It's not used by the scheduler. | ||
| Attributes | Name | Type | Description |
resource | ID | ||
| Context | task, | ||
| Inheritable | Yes | Scenario Spec. | No |
| See also | resource | ||
project prj "Responsible Demo" "1.0" 2005-07-15 - 2005-08-01
resource tux "Tux"
resource ubertux "Uber Tux"
task someJob "Some Job" {
start 2005-07-15
effort 1w
allocate tux
responsible ubertux
}
taskreport "Job List" {
columns effort, resources, responsible
}