[This is preliminary documentation and is subject to change.]

The activation options for the current goal

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public enum CurrentGoalActivationOptions

Members

Member nameValueDescription
FULL0 Specifies that a goal should be activated to its fullest extent when it is the current goal
ACTUAL1 Specifies that a goal should be activated to the actual activation level (as specified when the goal was added to the goal structure)

See Also