Click or drag to resize

TransactionStatus Enumeration

An enumeration representing the status that was assigned to the unit during the most recent tracking transaction.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum TransactionStatus
Members
  Member nameValueDescription
Unknown0 The TransactionStatus is unknown, or has not been set.
Passed-1 The TransactionStatus is Passed.
Failed-2 The TransactionStatus is Failed.
StatusCode-3 The TransactionStatus is related to the StatusCode Table.
See Also