PS.AccrueAt enumeration (ps.js)

Specifies the cost accrual mode, which defines how and when resource costs are charged to the cost of a task.

Applies to: Project Professional 2013 | Project Server 2013

PS.AccrueAt

Remarks

AccrueAt constants can be used with the following properties:

Members

The AccrueAt enumeration has the following members.

Member

Value

Description

notSpecified

0

The cost accrual mode is not specified. This constant is used in place of a DBNull value.

start

1

Costs are accrued as soon as the task assignment starts. A task assignment begins when a date is entered in the ActualStart field.

end

2

Costs are not accrued until the remaining work is zero.

prorated

3

Costs accrue as work is scheduled to occur and as actual work is reported. This is the default value.

See also

Reference

Microsoft.ProjectServer.Client.AccrueAt