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

Specifies that the action MUST contain NO activated values

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

Syntax

C#
public void SetActionAsNOTActivated(
	WorkingMemory..::..RecognizedActions action
)

Parameters

action
Type: Clarion.Framework..::..WorkingMemory..::..RecognizedActions
The action to be set

See Also