Click or drag to resize

FinishResult Class

Represents the results of a "finish" type tracking operation.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsFinishResult

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class FinishResult

The FinishResult type exposes the following members.

Constructors
  NameDescription
Public methodFinishResult
Initializes a new instance of the FinishResult class
Top
Properties
  NameDescription
Public propertyConditionId
If a condition was violated during the finish operation, this property represents the unique identifier (Id property) of the condition that was violated.
Public propertyMessage
A human-friendly message describing the nature of the finish result.
Public propertyResultCode
An enumerated value describing the detailed result of the finish operation.
Public propertyResultType
An enumerated value describing the overall success or failure of the finish operation.
Top
See Also