Click or drag to resize

TrackingOperation Class

Represents a the state of a single major process sequence within the process flow of a process definition, for a particular transaction.
Inheritance Hierarchy

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 TrackingOperation : OperationBase

The TrackingOperation type exposes the following members.

Constructors
  NameDescription
Public methodTrackingOperation
Initializes a new instance of the TrackingOperation class
Top
Properties
  NameDescription
Public propertyExitPathways
The exit pathways that have been defined for this TrackingOperation.
Public propertyIsOutOfRoute
When true, indicates that this TrackingOperation is out of route.
Public propertySteps
A list of the steps associated to this TrackingOperation.
Top
See Also