Share via


FixedCostAccrual enumeration

Specifies how and when fixed costs are to be charged to the cost of a task.

Syntax

CSOM

enum FixedCostAccrual 

JSOM

PS.FixedCostAccrual

REST Interface

FixedCostAccrual enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
NotSpecified 0 The fixed 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 starts. A task begins when a date is entered in the ActualStart field.
End 2 Costs are not accrued until the remaining work is zero.
Prorated 3 This is the default value. Costs accrue as work is scheduled to occur and as actual work is reported.

See Also

DraftProject
PublishedProject
Task