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
Public Enumeration CheckoutResultType
public enum class CheckoutResultType
Members
| Member name | Value | Description |
---|
| Success | 0 |
The checkout operation was successful.
|
| Warning | 1 |
The checkout operation succeeded, but there were warnings.
|
| Error | 2 |
The checkout operation failed.
|
See Also