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 HierarchySystem.Object FactoryLogix.xTend.DataObjects.BatchProcessFlowResult
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic class BatchProcessFlowResult
Public Class BatchProcessFlowResult
public ref class BatchProcessFlowResult
type BatchProcessFlowResult = class end
The BatchProcessFlowResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Batch |
The batch that the selected item is currently being tracked through.
|
 | ProcessFlows |
The process flow related to the selected item.
|
Top
See Also