<< allocate << | Table Of Contents | >> author >> |
Keyword | alternative |
Purpose | Specify which resources should be allocated to the task. The optional attributes provide numerous ways to control which resource is used and when exactly it will be assigned to the task. Shifts and limits can be used to restrict the allocation to certain time intervals or to limit them to a certain maximum per time period. |
|
Syntax | alternative <resource> [, <resource>...] |
|
Arguments | resource [ID] | The ID of a defined resource |
Context | allocate |
resource tuxus "Tuxus" resource tuxia "Tuxia" task t "Task" { start ${projectstart} effort 5d # Use tuxus or tuxia, whoever is available. allocate tuxus { alternative tuxia } }
<< allocate << | Table Of Contents | >> author >> |