[This is preliminary documentation and is subject to change.]
The termination condition options for encoding
Namespace: ClarionAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public enum EncodeTerminationConditions |
Members
Member name | Value | Description | |
---|---|---|---|
FIXED | 0 | Indicates that encoding should be terminated only after a fixed number of encoding operations have been performed on each item in the encoding data set | |
UNTIL_ENCODED | 1 | Indicates that encoding should be terminated as soon as all of the items in the encoding data set have been successfully encoded (and recalled) |