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

Resets (i.e., removes) the specified goal in the goal structure

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

Syntax

C#
public void ResetGoal(
	GoalChunk g
)

Parameters

g
Type: Clarion.Framework..::..GoalChunk
The goal to be go (i.e., removed)

See Also