PS.CommittedDecisionResult enumeration (ps.js)

Specifies whether an item is included in an optimizer function or a planner function for project portfolio analysis.

Applies to: Project Professional 2013 | Project Server 2013

PS.CommittedDecisionResult

Remarks

CommittedDecisionResult constants can be used with a project's optimizerDecision property and plannerDecision property.

Members

The CommittedDecisionResult enumeration has the following members.

Member

Value

Description

notSpecified

-1

The committed decision result is not specified. This constant is used in place of a DBNull value.

forcedIn

0

The item is forced into the function, regardless of other filters.

forcedOut

1

The item is forced out of the function, regardless of other filters.

committedOut

2

The item is not included in the function.

committedIn

3

The item is included in the function.

See also

Reference

Microsoft.ProjectServer.Client.CommittedDecisionResult