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

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

Syntax

C#
public enum OperationOptions

Members

Member nameValueDescription
CHOOSES_ACTIONS0 Specifies that the module is meant to choose actions
UPDATES_ACTIVATIONS1 Specifies that the module is meant to update activations only (not choose actions)
MONITORS2 Specifies that the module is only intended to monitor (i.e., does not do updates or choose actions)

See Also