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

The termination condition options for encoding

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

Syntax

C#
public enum EncodeTerminationConditions

Members

Member nameValueDescription
FIXED0 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_ENCODED1 Indicates that encoding should be terminated as soon as all of the items in the encoding data set have been successfully encoded (and recalled)

See Also