Resource
The Resource class represents the information about a human, capital or production resource that can be assigned to a task. The constructors are not accessible from scripts.
Fields
Field | Type | Description |
| integer | Read only. An internal integer value assigned to each resource, unique in each document. |
| string | The full name of the resource. |
| number | A floating point value indication the amount of time the resource is used on the resource. For example a value of 0.5 for a resource with an 8 hour work day only works 4 hours per day on the project. Can be greater than 1.0 to represent multiple equivalent resources; e.g., βtechnical writing staff.β Defaults to 1.0. |
| string | An abbreviation for the resource used to reduce display size. |
| number | Same as |
| The calendar being used by this resource. Defaults to the standard calendar. |
Last updated