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