Click or drag to resize

CheckoutResultType Enumeration

An enumeration describing the overall success or failure of a checkout operation.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public enum CheckoutResultType
Members
  Member nameValueDescription
Success0 The checkout operation was successful.
Warning1 The checkout operation succeeded, but there were warnings.
Error2 The checkout operation failed.
See Also