Click or drag to resize

TrackingResultType Enumeration

An enumeration describing the overall success or failure of a tracking 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 TrackingResultType
Members
  Member nameValueDescription
Success0 The tracking operation was successful.
Warning1 The tracking operation succeeded, but there were warnings.
Error2 The tracking operation failed.
See Also