[This is preliminary documentation and is subject to change.]
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum OperationOptions |
Members
Member name | Value | Description | |
---|---|---|---|
CHOOSES_ACTIONS | 0 | Specifies that the module is meant to choose actions | |
UPDATES_ACTIVATIONS | 1 | Specifies that the module is meant to update activations only (not choose actions) | |
MONITORS | 2 | Specifies that the module is only intended to monitor (i.e., does not do updates or choose actions) |