Click or drag to resize

BatchProcessFlowResult Class

Represents the results of an Item (production unit or material) request for current Batch and ProcessFlow. This request is typically made prior to "starting" a unit or material at an operation to provide information about the Batch and ProcessFlows related to the current Item.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsBatchProcessFlowResult

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 BatchProcessFlowResult

The BatchProcessFlowResult type exposes the following members.

Constructors
  NameDescription
Public methodBatchProcessFlowResult
Initializes a new instance of the BatchProcessFlowResult class
Top
Properties
  NameDescription
Public propertyBatch
The batch that the selected item is currently being tracked through.
Public propertyProcessFlows
The process flow related to the selected item.
Top
See Also