Optimizer.CommittedDecisionResult enumeration

Specifies the whether an item is included in an optimizer function.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration CommittedDecisionResult
'Usage
Dim instance As Optimizer.CommittedDecisionResult
public enum CommittedDecisionResult

Members

Member name Description
ForcedIn Value = 0. Item is forced into the optimizer function regardless of other filters.
ForcedOut Value = 1. Item is forced out of the optimizer function regardless of other filters.
Out Value = 2. Item is not included in the optimizer function.
In Value = 3. Item is included in the optimizer function.

See also

Reference

Microsoft.Office.Project.Server.Library namespace